19 lines
470 B
JSON
19 lines
470 B
JSON
{
|
|
"name": "spawn-command",
|
|
"author": "Maciej Małecki <me@mmalecki.com>",
|
|
"description": "Spawn commands like `child_process.exec` does but return a `ChildProcess`",
|
|
"version": "0.0.2-1",
|
|
"main": "./lib/spawn-command",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mmalecki/spawn-command"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/spawn-command-test.js"
|
|
},
|
|
"devDependencies": {
|
|
"assert-called": "0.1.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|