UNPKG

npm-batch-install

Version:
54 lines (53 loc) 1.2 kB
{ "name": "npm-batch-install", "version": "1.0.0-beta.6", "description": "Install dependencies in batches", "main": "lib/index.js", "scripts": { "prepublish": "npm run build", "lint": "eslint src", "build": "rimraf lib && babel ./src -d lib", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib", "bin" ], "bin": { "npm-batch-install": "bin/npm-batch-install.js" }, "repository": "ifeanyi/npm-batch-install", "bugs": { "url": "https://github.com/ifeanyi/npm-batch-install/issues" }, "preferGlobal": true, "keywords": [ "install", "retry", "batch", "EPERM" ], "author": "Francis Ifeanyi Okonkwo", "license": "MIT", "dependencies": { "chalk": "^1.1.3", "cross-spawn": "^4.0.0", "minimist": "^1.2.0" }, "engines": { "node": ">= 4.0" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-plugin-istanbul": "^2.0.0", "babel-preset-es2015-node4": "^2.1.0", "babel-register": "^6.11.6", "chai": "^3.5.0", "cross-env": "^2.0.0", "eslint": "^3.0.0", "mocha": "^3.0.0", "nyc": "^8.1.0", "rimraf": "^2.5.4", "sinon": "^1.17.5" } }