-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "totoro-selenium-driver",
"version": "1.0.0",
"description": "totoro selenium driver",
"main": "index.js",
"bin": {
"totoro-selenium-driver": "./bin/totoro-selenium-driver.js"
},
"preferGlobal": true,
"scripts": {
"test": "make test-all"
},
"config": {
"cov": {
"threshold": 100
}
},
"dependencies": {
"commander": "~2.5.0",
"debug": "~2.1.0",
"totoro-driver-base": "^1.0.0",
"selenium-webdriver": "^2.44.0",
"async": "~0.9.0"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"cov": "*",
"istanbul-harmony": "*",
"jshint": "*",
"mocha": "*",
"should": "~4.1.0"
},
"homepage": "https://github.com/totorojs/totoro-selenium-driver",
"repository": {
"type": "git",
"url": "git://github.com/totorojs/totoro-selenium-driver.git"
},
"bugs": {
"url": "https://github.com/totorojs/totoro-selenium-driver/issues",
"email": "[email protected]"
},
"keywords": [
"totoro", "selenium", "totoro-driver"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "leoner <[email protected]>",
"license": "MIT"
}