inst
Version:
Faster npm installs via caching whole node_module dir
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "inst",
"version": "1.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"commander": "^2.9.0",
"fstream": "^1.0.8",
"npm": "^2.14.13",
"tar": "^2.2.1"
},
"description": "Faster npm installs via caching whole node_module dir",
"main": "index.js",
"devDependencies": {
"mocha": "latest",
"rimraf": "latest"
},
"scripts": {
"test": "mocha -R spec --recursive",
"release:major": "npm version major && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git@github.com:runk/node-inst.git"
},
"bin": {
"inst": "./bin/inst"
},
"keywords": [
"npm",
"registry",
"cache",
"install"
],
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/runk/node-inst/issues"
},
"engines": {
"node": "^4.2"
}
}