UNPKG

npm-cache

Version:

cache dependency manager installs to local machine

49 lines (48 loc) 983 B
{ "name": "npm-cache", "version": "0.8.0", "description": "cache dependency manager installs to local machine", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/swarajban/npm-cache.git" }, "keywords": [ "npm", "cache", "install", "bower", "jspm", "composer", "local" ], "author": "swaraj", "contributors": [ { "name": "Aaron Nordyke", "email": "aaron.nordyke@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/swarajban/npm-cache/issues" }, "homepage": "https://github.com/swarajban/npm-cache", "dependencies": { "async": "1.5.0", "fs-extra": "^0.26.2", "fstream": "^1.0.8", "lodash": "3.10.1", "md5": "2.0.0", "nomnom": "1.8.1", "rimraf": "^2.5.4", "shelljs": "0.5.3", "tar-fs": "1.14.0", "tmp": "^0.0.28", "which": "^1.2.0" }, "preferGlobal": true, "bin": { "npm-cache": "index.js" } }