diff options
Diffstat (limited to 'node_modules/spawn-command/package.json')
| -rw-r--r-- | node_modules/spawn-command/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/spawn-command/package.json b/node_modules/spawn-command/package.json new file mode 100644 index 0000000..553394f --- /dev/null +++ b/node_modules/spawn-command/package.json @@ -0,0 +1,13 @@ +{ + "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", + "main": "./lib/spawn-command", + "scripts": { + "test": "node test/spawn-command-test.js" + }, + "devDependencies": { + "assert-called": "0.1.x" + } +} |
