shrinkhack
Version:
Works around prune bugs in npm 3.10.x to allow you to shrinkwrap your dependency tree
31 lines (30 loc) • 621 B
JSON
{
"name": "shrinkhack",
"version": "1.0.0",
"description": "Works around prune bugs in npm 3.10.x to allow you to shrinkwrap your dependency tree",
"repository": "https://github.com/DrewML/shrinkhack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"shrinkhack": "cli.js"
},
"engines" : {
"node" : ">=6.0.0"
},
"keywords": [
"prune",
"extraneous",
"shrinkwrap",
"npm",
"bug",
"bugs"
],
"author": "Andrew Levine",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"rimraf": "^2.5.3"
}
}