package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "grunt",
  3. "description": "The JavaScript Task Runner",
  4. "version": "0.4.5",
  5. "author": {
  6. "name": "\"Cowboy\" Ben Alman",
  7. "url": "http://benalman.com/"
  8. },
  9. "homepage": "http://gruntjs.com/",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/gruntjs/grunt.git"
  13. },
  14. "bugs": {
  15. "url": "http://github.com/gruntjs/grunt/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "lib/grunt",
  24. "scripts": {
  25. "test": "grunt test"
  26. },
  27. "engines": {
  28. "node": ">= 0.8.0"
  29. },
  30. "keywords": [
  31. "task",
  32. "async",
  33. "cli",
  34. "minify",
  35. "uglify",
  36. "build",
  37. "lodash",
  38. "unit",
  39. "test",
  40. "qunit",
  41. "nodeunit",
  42. "server",
  43. "init",
  44. "scaffold",
  45. "make",
  46. "jake",
  47. "tool"
  48. ],
  49. "dependencies": {
  50. "async": "~0.1.22",
  51. "coffee-script": "~1.3.3",
  52. "colors": "~0.6.2",
  53. "dateformat": "1.0.2-1.2.3",
  54. "eventemitter2": "~0.4.13",
  55. "findup-sync": "~0.1.2",
  56. "glob": "~3.1.21",
  57. "hooker": "~0.2.3",
  58. "iconv-lite": "~0.2.11",
  59. "minimatch": "~0.2.12",
  60. "nopt": "~1.0.10",
  61. "rimraf": "~2.2.8",
  62. "lodash": "~0.9.2",
  63. "underscore.string": "~2.2.1",
  64. "which": "~1.0.5",
  65. "js-yaml": "~2.0.5",
  66. "exit": "~0.1.1",
  67. "getobject": "~0.1.0",
  68. "grunt-legacy-util": "~0.2.0",
  69. "grunt-legacy-log": "~0.1.0"
  70. },
  71. "devDependencies": {
  72. "temporary": "~0.0.4",
  73. "grunt-contrib-jshint": "~0.6.4",
  74. "grunt-contrib-nodeunit": "~0.2.0",
  75. "grunt-contrib-watch": "~0.5.3",
  76. "difflet": "~0.2.3",
  77. "semver": "2.1.0",
  78. "shelljs": "~0.2.5"
  79. },
  80. "_id": "grunt@0.4.5",
  81. "dist": {
  82. "shasum": "56937cd5194324adff6d207631832a9d6ba4e7f0",
  83. "tarball": "http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz"
  84. },
  85. "_from": "grunt@>=0.4.0 <0.5.0",
  86. "_npmVersion": "1.4.4",
  87. "_npmUser": {
  88. "name": "cowboy",
  89. "email": "cowboy@rj3.net"
  90. },
  91. "maintainers": [
  92. {
  93. "name": "cowboy",
  94. "email": "cowboy@rj3.net"
  95. },
  96. {
  97. "name": "tkellen",
  98. "email": "tyler@sleekcode.net"
  99. }
  100. ],
  101. "directories": {},
  102. "_shasum": "56937cd5194324adff6d207631832a9d6ba4e7f0",
  103. "_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz"
  104. }