package.json 667 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "js-static-analyzer",
  3. "version": "0.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/yzziizzy/js-static-analyzer.git"
  12. },
  13. "author": "izzy",
  14. "license": "AGPLv3",
  15. "bugs": {
  16. "url": "https://github.com/yzziizzy/js-static-analyzer/issues"
  17. },
  18. "homepage": "https://github.com/yzziizzy/js-static-analyzer",
  19. "dependencies": {
  20. "bluebird": "^2.9.24",
  21. "colors": "^1.0.3",
  22. "jsparser": "git+http://git@github.com/yzziizzy/jsparser.git",
  23. "lodash": "^3.6.0",
  24. "minimist": "^1.1.1"
  25. }
  26. }