package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "grunt-angular-templates",
  3. "description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache",
  4. "version": "0.5.9",
  5. "homepage": "https://github.com/ericclemmons/grunt-angular-templates",
  6. "author": {
  7. "name": "Eric Clemmons",
  8. "email": "eric@smarterspam.com"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/ericclemmons/grunt-angular-templates.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/ericclemmons/grunt-angular-templates/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/ericclemmons/grunt-angular-templates/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "Gruntfile.js",
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "scripts": {
  28. "test": "./node_modules/.bin/grunt"
  29. },
  30. "dependencies": {
  31. "html-minifier": "~0.6.3"
  32. },
  33. "devDependencies": {
  34. "grunt": "~0.4.0",
  35. "grunt-cli": "~0.1.6",
  36. "grunt-contrib-cssmin": "~0.7.0",
  37. "grunt-contrib-clean": "~0.5.0",
  38. "grunt-contrib-concat": "~0.3.0",
  39. "grunt-contrib-jshint": "~0.7.2",
  40. "grunt-contrib-nodeunit": "~0.2.2",
  41. "grunt-contrib-uglify": "~0.2.7",
  42. "grunt-usemin": "~2.0.2",
  43. "grunt-contrib-copy": "~0.4.1"
  44. },
  45. "keywords": [
  46. "gruntplugin",
  47. "angular",
  48. "template",
  49. "templates",
  50. "concat"
  51. ],
  52. "__npminstall_done": true,
  53. "_from": "grunt-angular-templates@0.5.9",
  54. "_resolved": "https://registry.npmmirror.com/grunt-angular-templates/-/grunt-angular-templates-0.5.9.tgz"
  55. }