-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 829 Bytes
/
package.json
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
34
35
36
37
38
39
40
{
"name": "superspawn",
"version": "0.1.0",
"description": "A Node.js spawn command that works on Windows too",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"contributors": [
"Andrew Grieve <[email protected]>",
"Marc Diethelm <[email protected]>"
],
"license": "Apache",
"dependencies": {
"q": "^1.0.1",
"which": "^1.0.5"
},
"devDependencies": {
"mocha": "^1.18.2",
"rimraf": "^2.2.6"
},
"bugs": {
"url": "https://github.com/marcdiethelm/superspawn/issues"
},
"homepage": "https://github.com/marcdiethelm/superspawn",
"repository": {
"type": "git",
"url": "https://github.com/marcdiethelm/superspawn.git"
},
"keywords": [
"run",
"cmd",
"spawn",
"windows",
"child",
"process",
"child_process",
"promise"
]
}