-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (31 loc) · 916 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
{
"name": "mock-spawn",
"description": "A mock for child_process.spawn",
"version": "0.2.6",
"keywords": [ "child_process", "child process", "spawn", "mock" ],
"author": "Krishnan Anantheswaran <[email protected]>",
"contributors": [
"Greg Cochard <[email protected]>",
"Shay Erlichmen @erlichmen",
"Leonid Beschasny @lbeschastny"
],
"repository": {
"type": "git",
"url": "git://github.com/gotwarlost/mock-spawn.git"
},
"scripts": {
"pretest": "jshint --config ./jshint.json index.js examples/simple/*js examples/complete/*js",
"test": "./run-tests.sh"
},
"dependencies": {
"through": "2.3.x"
},
"devDependencies": {
"async": "0.2.x",
"mockery": "1.4.x",
"mocha": "1.x",
"istanbul": "0.x",
"jshint": "2.4.x"
},
"license": "BSD"
}