You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.4 KiB

  1. {
  2. "name": "grunt",
  3. "description": "The JavaScript Task Runner",
  4. "version": "0.4.1",
  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.0-1",
  53. "dateformat": "1.0.2-1.2.3",
  54. "eventemitter2": "~0.4.9",
  55. "findup-sync": "~0.1.0",
  56. "glob": "~3.1.21",
  57. "hooker": "~0.2.3",
  58. "iconv-lite": "~0.2.5",
  59. "minimatch": "~0.2.6",
  60. "nopt": "~1.0.10",
  61. "rimraf": "~2.0.2",
  62. "lodash": "~0.9.0",
  63. "underscore.string": "~2.2.0rc",
  64. "which": "~1.0.5",
  65. "js-yaml": "~2.0.2"
  66. },
  67. "devDependencies": {
  68. "temporary": "~0.0.4",
  69. "grunt-contrib-jshint": "~0.1.1",
  70. "grunt-contrib-nodeunit": "~0.1.2",
  71. "grunt-contrib-watch": "~0.2.0",
  72. "difflet": "~0.2.3"
  73. },
  74. "contributors": [
  75. {
  76. "name": "\"Cowboy\" Ben Alman",
  77. "url": "http://benalman.com/"
  78. },
  79. {
  80. "name": "Kyle Robinson Young",
  81. "url": "http://dontkry.com/"
  82. },
  83. {
  84. "name": "Tyler Kellen",
  85. "url": "http://goingslowly.com"
  86. },
  87. {
  88. "name": "Sindre Sorhus",
  89. "url": "http://sindresorhus.com"
  90. }
  91. ],
  92. "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\nSee the [CHANGELOG](CHANGELOG).\n",
  93. "readmeFilename": "README.md",
  94. "_id": "grunt@0.4.1",
  95. "_from": "grunt@~0.4.0"
  96. }