forked from Strider-CD/strider-sauce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 986 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
{
"author": "Niall O'Higgins <[email protected]> (http://frozenridge.co)",
"description": "Sauce Labs / Selenium support for Strider",
"name": "strider-sauce",
"version": "0.6.1",
"homepage": "http://github.com/Strider-CD/strider-sauce",
"repository": {
"type": "git",
"url": "git://github.com/Strider-CD/strider-sauce.git"
},
"dependencies": {
"request": "~2.11.4",
"wd": "0.0.32",
"httpcheck": "0.0.1",
"unzip": "~0.1.9"
},
"devDependencies": {
"jshint": "~2.3.0",
"mocha": "~1.14.0"
},
"optionalDependencies": {},
"scripts": {
"test": "make test",
"install": "node install.js"
},
"keywords": [
"strider",
"sauce",
"selenium",
"tests"
],
"strider": {
"id": "sauce",
"type": "job",
"webapp": "webapp.js",
"worker": "worker.js",
"icon": "icon.png",
"title": "Sauce Labs",
"config": {
"controller": "SauceCtrl"
}
},
"engines": {
"node": "*"
}
}