package.json 788 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "convert-source-map",
  3. "version": "1.1.3",
  4. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tap test/*.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/thlorenz/convert-source-map.git"
  12. },
  13. "homepage": "https://github.com/thlorenz/convert-source-map",
  14. "dependencies": {},
  15. "devDependencies": {
  16. "inline-source-map": "~0.3.1",
  17. "tap": "~0.4.13"
  18. },
  19. "keywords": [
  20. "convert",
  21. "sourcemap",
  22. "source",
  23. "map",
  24. "browser",
  25. "debug"
  26. ],
  27. "author": {
  28. "name": "Thorsten Lorenz",
  29. "email": "thlorenz@gmx.de",
  30. "url": "http://thlorenz.com"
  31. },
  32. "license": "MIT",
  33. "engine": {
  34. "node": ">=0.6"
  35. }
  36. }