forked from yaniswang/jWebDriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.23 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
{
"name": "jwebdriver",
"version": "2.3.6",
"description": "A webdriver client for node.js",
"homepage": "http://jwebdriver.com/",
"main": "./index",
"dependencies": {
"node-zip": "1.1.1",
"promiseclass": "1.0.3",
"request": "2.79.0",
"xtend": "4.0.1",
"gm": "1.23.0"
},
"devDependencies": {
"chai": "3.5.0",
"co": "4.6.0",
"express": "4.13.3",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-yuidoc": "1.0.0",
"grunt-exec": "2.0.0",
"istanbul": "0.4.5",
"istanbul-coveralls": "1.0.3",
"mocha": "3.2.0",
"mocha-generators": "2.0.0",
"chromedriver": "2.x.x"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/yaniswang/jWebDriver.git"
},
"bugs": {
"url": "https://github.com/yaniswang/jWebDriver/issues"
},
"keywords": [
"jwebdriver",
"webdriver",
"test",
"selenium",
"javascript",
"sync",
"jquery",
"promise",
"chain",
"generator",
"await",
"hosts"
],
"author": "Yanis Wang",
"license": "MIT",
"engines": {
"node": ">= 4"
}
}