| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 | {  "name": "grunt",  "description": "The JavaScript Task Runner",  "version": "0.4.0",  "author": {    "name": "\"Cowboy\" Ben Alman",    "url": "http://benalman.com/"  },  "homepage": "http://gruntjs.com/",  "repository": {    "type": "git",    "url": "git://github.com/gruntjs/grunt.git"  },  "bugs": {    "url": "http://github.com/gruntjs/grunt/issues"  },  "licenses": [    {      "type": "MIT",      "url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"    }  ],  "main": "lib/grunt",  "scripts": {    "test": "grunt test"  },  "engines": {    "node": ">= 0.8.0"  },  "keywords": [    "async",    "cli",    "minify",    "uglify",    "build",    "lodash",    "unit",    "test",    "qunit",    "nodeunit",    "server",    "init",    "scaffold",    "make",    "jake",    "tool"  ],  "dependencies": {    "async": "~0.1.22",    "coffee-script": "~1.3.3",    "colors": "~0.6.0-1",    "dateformat": "1.0.2-1.2.3",    "eventemitter2": "~0.4.9",    "findup-sync": "~0.1.0",    "glob": "~3.1.17",    "hooker": "~0.2.3",    "iconv-lite": "~0.2.5",    "minimatch": "~0.2.6",    "nopt": "~1.0.10",    "rimraf": "~2.0.2",    "lodash": "~0.9.0",    "underscore.string": "~2.2.0rc",    "which": "~1.0.5",    "js-yaml": "~1.0.1"  },  "devDependencies": {    "temporary": "~0.0.4",    "grunt-contrib-jshint": "~0.1.1",    "grunt-contrib-nodeunit": "~0.1.2",    "grunt-contrib-watch": "~0.2.0",    "difflet": "~0.2.3"  },  "contributors": [    {      "name": "\"Cowboy\" Ben Alman",      "url": "http://benalman.com/"    },    {      "name": "Kyle Robinson Young",      "url": "http://dontkry.com/"    },    {      "name": "Tyler Kellen",      "url": "http://goingslowly.com"    },    {      "name": "Sindre Sorhus",      "url": "http://sindresorhus.com"    }  ],  "readme": "# Grunt: The JavaScript Task Runner [](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",  "readmeFilename": "README.md",  "_id": "[email protected]",  "_from": "grunt@~0.4"}
 |