npm-run
Version:
Run locally-installed executables.
46 lines (45 loc) • 870 B
JSON
{
"name": "npm-run",
"version": "3.0.0",
"description": "Run locally-installed executables.",
"main": "index.js",
"bin": {
"npm-run": "bin/npm-run.js"
},
"scripts": {
"test": "tape test/*.js"
},
"author": "Tim Oxley",
"license": "MIT",
"devDependencies": {
"bl": "^0.9.4",
"tape": "^3.5.0"
},
"dependencies": {
"minimist": "^1.1.1",
"npm-path": "^1.0.1",
"npm-which": "^2.0.0",
"serializerr": "^1.0.1",
"sync-exec": "^0.6.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/timoxley/npm-run.git"
},
"keywords": [
"npm",
"path",
"executable",
"run"
],
"bugs": {
"url": "https://github.com/timoxley/npm-run/issues"
},
"homepage": "https://github.com/timoxley/npm-run",
"engines": {
"node": ">=0.12"
}
}