| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | {  "name": "grunt-legacy-util",  "description": "Some old grunt utils provided for backwards compatibility.",  "version": "0.2.0",  "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",  "homepage": "http://gruntjs.com/",  "repository": {    "type": "git",    "url": "git://github.com/gruntjs/grunt-legacy-util.git"  },  "bugs": {    "url": "http://github.com/gruntjs/grunt-legacy-util/issues"  },  "licenses": [    {      "type": "MIT",      "url": "http://github.com/gruntjs/grunt-legacy-util/blob/master/LICENSE-MIT"    }  ],  "main": "index.js",  "scripts": {    "test": "grunt test"  },  "engines": {    "node": ">= 0.8.0"  },  "keywords": [    "grunt",    "legacy"  ],  "dependencies": {    "hooker": "~0.2.3",    "async": "~0.1.22",    "lodash": "~0.9.2",    "exit": "~0.1.1",    "underscore.string": "~2.2.1",    "getobject": "~0.1.0",    "which": "~1.0.5"  },  "devDependencies": {    "grunt-contrib-jshint": "~0.10.0",    "grunt-contrib-nodeunit": "~0.2.0",    "grunt": "~0.4.2",    "temporary": "0.0.8",    "grunt-contrib-watch": "~0.6.1"  },  "__npminstall_done": true,  "_from": "grunt-legacy-util@0.2.0",  "_resolved": "https://registry.npmmirror.com/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz"}
 |