| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | {  "name": "grunt-contrib-clean",  "description": "Clean files and folders.",  "version": "0.5.0",  "homepage": "https://github.com/gruntjs/grunt-contrib-clean",  "author": {    "name": "Grunt Team",    "url": "http://gruntjs.com/"  },  "repository": {    "type": "git",    "url": "git://github.com/gruntjs/grunt-contrib-clean.git"  },  "bugs": {    "url": "https://github.com/gruntjs/grunt-contrib-clean/issues"  },  "licenses": [    {      "type": "MIT",      "url": "https://github.com/gruntjs/grunt-contrib-clean/blob/master/LICENSE-MIT"    }  ],  "main": "Gruntfile.js",  "engines": {    "node": ">= 0.8.0"  },  "scripts": {    "test": "grunt test"  },  "dependencies": {    "rimraf": "~2.2.1"  },  "devDependencies": {    "grunt-contrib-jshint": "~0.2.0",    "grunt-contrib-nodeunit": "~0.1.2",    "grunt-contrib-internal": "~0.4.4",    "grunt": "~0.4.0"  },  "peerDependencies": {    "grunt": "~0.4.0"  },  "keywords": [    "gruntplugin"  ],  "__npminstall_done": true,  "_from": "grunt-contrib-clean@0.5.0",  "_resolved": "https://registry.npmmirror.com/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz"}
 |