package.json 828 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "convert-source-map",
  3. "version": "1.5.1",
  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 --color"
  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.6.2",
  17. "tap": "~9.0.0"
  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. "files": [
  37. "index.js"
  38. ]
  39. }