package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "grunt-ng-annotate",
  3. "version": "0.9.2",
  4. "description": "Add, remove and rebuild AngularJS dependency injection annotations.",
  5. "homepage": "https://github.com/mzgol/grunt-ng-annotate",
  6. "author": {
  7. "name": "Michał Gołębiowski",
  8. "email": "m.goleb@gmail.com"
  9. },
  10. "keywords": [
  11. "angular",
  12. "angularjs",
  13. "annotate",
  14. "annotation",
  15. "annotations",
  16. "di",
  17. "dependency",
  18. "injection",
  19. "minify",
  20. "grunt",
  21. "gruntplugin",
  22. "non-intrusive",
  23. "transformation"
  24. ],
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/mzgol/grunt-ng-annotate.git"
  28. },
  29. "bugs": "https://github.com/mzgol/grunt-ng-annotate/issues",
  30. "license": "MIT",
  31. "files": [
  32. "tasks"
  33. ],
  34. "dependencies": {
  35. "lodash": "~2.4.1",
  36. "ng-annotate": "~0.15.1"
  37. },
  38. "devDependencies": {
  39. "expect.js": "0.3.1",
  40. "grunt-cli": "0.1.13",
  41. "grunt-contrib-clean": "0.6.0",
  42. "grunt-eslint": "4.0.0",
  43. "grunt-jscs": "0.8.1",
  44. "grunt-mocha-test": "0.12.7",
  45. "jscs-trailing-comma": "0.3.0",
  46. "load-grunt-tasks": "2.0.0",
  47. "mocha": "2.1.0",
  48. "time-grunt": "1.0.0"
  49. },
  50. "peerDependencies": {
  51. "grunt": "~0.4.1"
  52. },
  53. "scripts": {
  54. "test": "grunt"
  55. },
  56. "engines": {
  57. "node": ">= 0.10.0"
  58. },
  59. "__npminstall_done": true,
  60. "_from": "grunt-ng-annotate@0.9.2",
  61. "_resolved": "https://registry.npmmirror.com/grunt-ng-annotate/-/grunt-ng-annotate-0.9.2.tgz"
  62. }