UNPKG

npm-programmatic

Version:
33 lines (32 loc) 701 B
{ "name": "npm-programmatic", "version": "0.0.12", "description": "Use NPM commands programmatically", "main": "index.js", "scripts": { "test": "mocha --recursive ./test/**/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/Manak/npm-programmatic.git" }, "keywords": [ "NPM", "Programmatic", "npm", "programmatic" ], "author": "manak", "license": "ISC", "bugs": { "url": "https://github.com/Manak/npm-programmatic/issues" }, "homepage": "https://github.com/Manak/npm-programmatic#readme", "devDependencies": { "mocha": "^2.5.3", "should": "^9.0.2" }, "dependencies": { "bluebird": "^3.4.1" } }