forked from TestArmada/magellan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.34 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "testarmada-magellan",
"version": "2.1.0",
"description": "Massively parallel automated testing",
"main": "src/main",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "[email protected]:TestArmada/magellan.git"
},
"contributors": [
{
"name" : "Maciej Adwent",
"url" : "http://github.com/Maciek416"
},
{
"name" : "Dave Cadwallader",
"url" : "http://github.com/geekdave"
},
{
"name": "Lei Zhu",
"url": "https://github.com/archlichking"
}
],
"license": "MIT",
"scripts": {
"test": "./bin/magellan"
},
"dependencies": {
"acorn": "^2.1.0",
"async": "^0.9.0",
"cli-color": "^0.3.2",
"cli-table": "^0.3.1",
"fs-readdir-recursive": "^1.0.0",
"glob": "^5.0.5",
"guacamole": "1.1.4",
"lodash": "^3.10.0",
"node-slackr": "0.0.4",
"once": "^1.3.1",
"portscanner": "^1.0.0",
"pretty-ms": "^1.0.0",
"q": "1.0.1",
"qs": "2.2.4",
"request": "^2.55.0",
"sauce-connect-launcher": "0.11.0",
"slugify": "^0.1.1",
"sync-request": "^2.0.1",
"yargs": "1.3.2"
},
"engineStrict": true,
"engines": {
"npm": ">=2.1.10"
},
"bin": {
"magellan-director": "./bin/magellan-director",
"magellan": "./bin/magellan"
},
"devDependencies": {
"mocha": "^2.2.4"
}
}