othernpm
Version:
Run npm commands in other directories
66 lines (65 loc) • 1.34 kB
JSON
{
"name": "othernpm",
"version": "2.0.0",
"description": "Run npm commands in other directories",
"main": "build/index.js",
"scripts": {
"test": "gulp check",
"coverage": "nyc gulp test",
"precoveralls": "npm run coverage",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"preversion": "npm test",
"eg": "bin/onpm example"
},
"keywords": [
"npm",
"other",
"directory",
"path"
],
"files": [
"bin",
"build",
"lib"
],
"bin": {
"onpm": "bin/onpm"
},
"author": "ryym",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ryym/othernpm.git"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-plugin-espower": "^2.1.2",
"babel-preset-es2015": "^6.5.0",
"coveralls": "^3.0.0",
"del": "^3.0.0",
"eslint": "^4.8.0",
"glob": "^7.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-util": "^3.0.7",
"mocha": "^4.0.1",
"mocha-each": "^1.0.2",
"nyc": "^11.2.1",
"power-assert": "^1.2.0",
"sinon": "^4.0.0"
},
"nyc": {
"exclude": [
"gulpfile.js",
"test/**/*"
]
},
"dependencies": {
"cross-spawn": "^5.1.0",
"find-config": "^1.0.0",
"is-directory": "^0.3.0"
},
"othernpm": {
"example": "test/example"
}
}