-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (46 loc) · 895 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
41
42
43
44
45
46
47
{
"author": "Johan Dahlberg <dahlberg.johan@gmail.com> (jfd.github.com)",
"name": "stage",
"description": "Distributed testing for Node.js",
"version": "0.9.0",
"bin": {
"stage": "./bin/stage"
},
"keywords": [
"test",
"testing",
"stage",
"distributed"
],
"man": [
"man/abort.1",
"man/clients.1",
"man/collect.1",
"man/install.1",
"man/jobs.1",
"man/localenv.1",
"man/master.1",
"man/run.1",
"man/slave.1",
"man/stage.1",
"man/tests.1",
"man/uninstall.1",
"man/setup-machine.1",
"man/setup-smartdc.1",
"man/clean-smartdc.1"
],
"dependencies": {
"ws": "~0.4.22",
"temporary": "~0.0.5",
"forever": "~0.10.0",
"ssh2": "0.2.14",
"smartdc": "7.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/jfd/stage.git"
},
"engines": {
"node": ">=0.7.7"
}
}