| 123456789101112131415161718192021222324252627282930313233 | {  "name": "grunt-module-dependence",  "version": "0.2.1",  "description": "CMD Module Concat",  "main": "Gruntfile.js",  "scripts": {    "test": "grunt test"  },  "repository": {    "type": "git",    "url": "git+https://github.com/Dafrok/grunt-module-dependence.git"  },  "keywords": [    "grunt"  ],  "author": "hancong",  "license": "MIT",  "bugs": {    "url": "https://github.com/Dafrok/grunt-module-dependence/issues"  },  "homepage": "https://github.com/Dafrok/grunt-module-dependence#readme",  "devDependencies": {    "grunt": "~0.4.1",    "uglify-js": "^2.8.29"  },  "peerDependencies": {    "grunt": "~0.4.1",    "uglify-js": "^2.8.29"  },  "__npminstall_done": true,  "_from": "grunt-module-dependence@0.2.1",  "_resolved": "https://registry.npmmirror.com/grunt-module-dependence/-/grunt-module-dependence-0.2.1.tgz"}
 |