package.json 607 B

12345678910111213141516171819202122
  1. {
  2. "name": "vinyl-sourcemaps-apply",
  3. "version": "0.2.1",
  4. "description": "Apply a source map to a vinyl file, merging it with preexisting source maps",
  5. "homepage": "http://github.com/floridoo/vinyl-sourcemaps-apply",
  6. "repository": "git://github.com/floridoo/vinyl-sourcemaps-apply.git",
  7. "main": "index.js",
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "keywords": [
  12. "vinyl",
  13. "sourcemaps",
  14. "source maps",
  15. "gulp"
  16. ],
  17. "author": "Florian Reiterer <me@florianreiterer.com>",
  18. "license": "ISC",
  19. "dependencies": {
  20. "source-map": "^0.5.1"
  21. }
  22. }