forked from mariocasciaro/spawned
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "spawned",
"description": "Smart wrapper around child_process.spawn using promises",
"version": "0.1.2",
"author": {
"name": "Mario Casciaro"
},
"homepage": "https://github.com/mariocasciaro/spawned",
"repository": {
"type": "git",
"url": "git://github.com/mariocasciaro/spawned.git"
},
"dependencies": {
"when": "~3.0.1",
"buffers": "~0.1.1",
"through2": "~0.4.1"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1",
"mocha-lcov-reporter": "~0.0.1",
"coveralls": "~2.10.0",
"istanbul": "~0.2.7"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test.js --report html -- -R spec"
},
"keywords": [
"spawn",
"child_process"
],
"license": "MIT"
}