-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.66 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
64
65
66
67
{
"name": "wd",
"description": "WebDriver/Selenium 2 node.js client",
"tags": [
"web",
"automation",
"browser",
"javascript"
],
"version": "0.0.34",
"author": "Adam Christian <[email protected]>",
"contributors": [
"Ruben Daniels (https://github.com/javruben)",
"Peter Braden (https://github.com/peterbraden)",
"Seb Vincent (https://github.com/sebv)",
"Peter 'Pita' Martischka (https://github.com/Pita)",
"Jonathan Lipps (https://github.com/jlipps)",
"Phil Sarin (https://github.com/pdsarin)",
"Mathieu Sabourin (https://github.com/OniOni)",
"Bjorn Tipling (https://github.com/btipling)",
"Santiago Suarez Ordonez (https://github.com/santiycr)",
"Bernard Kobos (https://github.com/bernii)",
"Jason Carr (https://github.com/maudineormsby)",
"Matti Schneider <[email protected]> (https://github.com/MattiSG)"
],
"repository": {
"type": "git",
"url": "https://github.com/admc/wd.git"
},
"bugs": {
"url": "https://github.com/admc/wd/issues"
},
"engines": [
"node"
],
"main": "./lib/main",
"bin": {
"wd": "./lib/bin.js"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "0.2.x",
"underscore": "1.4.x",
"vargs": "~0.1.0",
"q": "0.9.x",
"request": "~2.21.0",
"archiver": "~0.4.6"
},
"devDependencies": {
"mocha": "1.9.x",
"should": "1.2.x",
"nock": "~0.17.5",
"coffee-script": "1.6.x",
"express": "3.x",
"imageinfo": "1.0.x",
"covershot": "0.1.x",
"dox": "0.4.x",
"mu2": "0.5.x",
"sv-selenium": "0.1.x",
"colors": "~0.6.0-1"
},
"scripts": {
"test": "make test_saucelabs"
}
}