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