forked from admc/wd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 982 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
48
49
50
51
{
"name": "wd",
"description": "WebDriver/Selenium 2 node.js client",
"tags": [
"web",
"automation",
"browser",
"javascript"
],
"version": "0.0.30",
"author": "Adam Christian <[email protected]>",
"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.1.x",
"underscore": "1.4.x",
"vargs": "~0.1.0",
"request": "~2.12.0",
"q": "0.8.x"
},
"devDependencies": {
"mocha": "1.6.x",
"should": "1.2.x",
"coffee-script": "1.3.x",
"express": "3.x",
"imageinfo": "1.0.x",
"covershot": "0.1.x",
"nock": "0.13.x",
"dox": "0.3.x",
"mu2": "0.5.x",
"sv-selenium": "0.1.x"
},
"scripts": {
"test": "make test_saucelabs"
}
}