package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. "readme": "# Grunt: The JavaScript Task Runner\n\n[![Build Status: Linux](https://secure.travis-ci.org/gruntjs/grunt.png?branch=master)](http://travis-ci.org/gruntjs/grunt)\n<a href=\"https://ci.appveyor.com/project/gruntjs/grunt\"><img src=\"https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master\" alt=\"Build Status: Windows\" height=\"18\" /></a>\n[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)\n\n<img align=\"right\" height=\"260\" src=\"http://gruntjs.com/img/grunt-logo-no-wordmark.svg\">\n\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](http://webchat.freenode.net/?channels=grunt).\n\n### Release History\nSee the [CHANGELOG](CHANGELOG).\n",
  81. "readmeFilename": "README.md",
  82. "_id": "grunt@0.4.5",
  83. "_from": "grunt@^0.4.5"
  84. }