package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "ng-annotate",
  3. "version": "0.15.4",
  4. "description": "add, remove and rebuild angularjs dependency injection annotations",
  5. "main": "build/es5/ng-annotate-main.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/olov/ng-annotate.git"
  9. },
  10. "dependencies": {
  11. "acorn": "~0.11.0",
  12. "alter": "~0.2.0",
  13. "convert-source-map": "~0.4.1",
  14. "optimist": "~0.6.1",
  15. "ordered-ast-traverse": "~1.1.1",
  16. "simple-fmt": "~0.1.0",
  17. "simple-is": "~0.2.0",
  18. "source-map": "~0.1.43",
  19. "stable": "~0.1.5",
  20. "stringmap": "~0.2.2",
  21. "stringset": "~0.2.1",
  22. "tryor": "~0.1.2"
  23. },
  24. "devDependencies": {
  25. "coffee-script": "~1.8.0",
  26. "defs": "~1.1.0",
  27. "diff": "~1.2.1",
  28. "find-line-column": "~0.5.2"
  29. },
  30. "keywords": [
  31. "angular",
  32. "angularjs",
  33. "di",
  34. "dependency",
  35. "injection",
  36. "annotate",
  37. "annotation",
  38. "annotations",
  39. "transformation"
  40. ],
  41. "scripts": {
  42. "test": "node --harmony run-tests"
  43. },
  44. "bin": "./build/es5/ng-annotate",
  45. "author": "Olov Lassus <olov.lassus@gmail.com>",
  46. "license": "MIT",
  47. "__npminstall_done": true,
  48. "_from": "ng-annotate@0.15.4",
  49. "_resolved": "https://registry.npmmirror.com/ng-annotate/-/ng-annotate-0.15.4.tgz"
  50. }