package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "name": "grunt",
  3. "description": "The JavaScript Task Runner",
  4. "version": "0.4.5",
  5. "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
  6. "homepage": "http://gruntjs.com/",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/gruntjs/grunt.git"
  10. },
  11. "bugs": {
  12. "url": "http://github.com/gruntjs/grunt/issues"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
  18. }
  19. ],
  20. "main": "lib/grunt",
  21. "scripts": {
  22. "test": "grunt test"
  23. },
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "keywords": [
  28. "task",
  29. "async",
  30. "cli",
  31. "minify",
  32. "uglify",
  33. "build",
  34. "lodash",
  35. "unit",
  36. "test",
  37. "qunit",
  38. "nodeunit",
  39. "server",
  40. "init",
  41. "scaffold",
  42. "make",
  43. "jake",
  44. "tool"
  45. ],
  46. "dependencies": {
  47. "async": "~0.1.22",
  48. "coffee-script": "~1.3.3",
  49. "colors": "~0.6.2",
  50. "dateformat": "1.0.2-1.2.3",
  51. "eventemitter2": "~0.4.13",
  52. "findup-sync": "~0.1.2",
  53. "glob": "~3.1.21",
  54. "hooker": "~0.2.3",
  55. "iconv-lite": "~0.2.11",
  56. "minimatch": "~0.2.12",
  57. "nopt": "~1.0.10",
  58. "rimraf": "~2.2.8",
  59. "lodash": "~0.9.2",
  60. "underscore.string": "~2.2.1",
  61. "which": "~1.0.5",
  62. "js-yaml": "~2.0.5",
  63. "exit": "~0.1.1",
  64. "getobject": "~0.1.0",
  65. "grunt-legacy-util": "~0.2.0",
  66. "grunt-legacy-log": "~0.1.0"
  67. },
  68. "devDependencies": {
  69. "temporary": "~0.0.4",
  70. "grunt-contrib-jshint": "~0.6.4",
  71. "grunt-contrib-nodeunit": "~0.2.0",
  72. "grunt-contrib-watch": "~0.5.3",
  73. "difflet": "~0.2.3",
  74. "semver": "2.1.0",
  75. "shelljs": "~0.2.5"
  76. },
  77. "__npminstall_done": true,
  78. "_from": "grunt@0.4.5",
  79. "_resolved": "https://registry.npmmirror.com/grunt/-/grunt-0.4.5.tgz"
  80. }