forked from admc/wd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.01 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.01 KB
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
{
"name": "wd",
"description": "WebDriver/Selenium 2 node.js client",
"tags": [
"web",
"automation",
"browser",
"javascript"
],
"version": "0.0.32",
"author": "Adam Christian <adam.christian@gmail.com>",
"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"
},
"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",
"node-zip": "~1.0.1"
},
"scripts": {
"test": "make test_saucelabs"
}
}