npm-execspawn
Version:
Spawn locally installed npm dependencies with cross platform env and argument parsing support
40 lines (39 loc) • 859 B
JSON
{
"name": "npm-execspawn",
"version": "1.3.0",
"description": "Spawn locally installed npm dependencies with cross platform env and argument parsing support",
"main": "index.js",
"dependencies": {
"debug": "^2.1.3",
"execspawn": "^1.0.0",
"shell-quote": "^1.5.0",
"xtend": "^3.0.0"
},
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^2.13.3"
},
"bin": {
"npm-execspawn": "./bin.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/npm-execspawn"
},
"scripts": {
"test": "node tests/test.js"
},
"keywords": [
"npm",
"exec",
"spawn",
"run",
"path"
],
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/npm-execspawn/issues"
},
"homepage": "https://github.com/mafintosh/npm-execspawn"
}