package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name": "grunt",
  3. "description": "The JavaScript Task Runner",
  4. "version": "0.4.0",
  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. "async",
  32. "cli",
  33. "minify",
  34. "uglify",
  35. "build",
  36. "lodash",
  37. "unit",
  38. "test",
  39. "qunit",
  40. "nodeunit",
  41. "server",
  42. "init",
  43. "scaffold",
  44. "make",
  45. "jake",
  46. "tool"
  47. ],
  48. "dependencies": {
  49. "async": "~0.1.22",
  50. "coffee-script": "~1.3.3",
  51. "colors": "~0.6.0-1",
  52. "dateformat": "1.0.2-1.2.3",
  53. "eventemitter2": "~0.4.9",
  54. "findup-sync": "~0.1.0",
  55. "glob": "~3.1.17",
  56. "hooker": "~0.2.3",
  57. "iconv-lite": "~0.2.5",
  58. "minimatch": "~0.2.6",
  59. "nopt": "~1.0.10",
  60. "rimraf": "~2.0.2",
  61. "lodash": "~0.9.0",
  62. "underscore.string": "~2.2.0rc",
  63. "which": "~1.0.5",
  64. "js-yaml": "~1.0.1"
  65. },
  66. "devDependencies": {
  67. "temporary": "~0.0.4",
  68. "grunt-contrib-jshint": "~0.1.1",
  69. "grunt-contrib-nodeunit": "~0.1.2",
  70. "grunt-contrib-watch": "~0.2.0",
  71. "difflet": "~0.2.3"
  72. },
  73. "contributors": [
  74. {
  75. "name": "\"Cowboy\" Ben Alman",
  76. "url": "http://benalman.com/"
  77. },
  78. {
  79. "name": "Kyle Robinson Young",
  80. "url": "http://dontkry.com/"
  81. },
  82. {
  83. "name": "Tyler Kellen",
  84. "url": "http://goingslowly.com"
  85. },
  86. {
  87. "name": "Sindre Sorhus",
  88. "url": "http://sindresorhus.com"
  89. }
  90. ],
  91. "readme": "# Grunt: The JavaScript Task Runner [![Build Status](https://secure.travis-ci.org/gruntjs/grunt.png?branch=master)](http://travis-ci.org/gruntjs/grunt)\n\n### Documentation\n\nVisit the [gruntjs.com](http://gruntjs.com/) website for all the things.\n\n### Support / Contributing\nBefore you make an issue, please read our [Contributing](http://gruntjs.com/contributing) guide.\n\nYou can find the grunt team in [#grunt on irc.freenode.net](irc://irc.freenode.net/#grunt).\n\n### Release History\n\n* 2013-02-18 - v0.4.0 - Initial release of 0.4.0. See http://gruntjs.com/upgrading-from-0.3-to-0.4 for a list of changes / migration guide.\n",
  92. "readmeFilename": "README.md",
  93. "_id": "[email protected]",
  94. "_from": "grunt@~0.4"
  95. }