forked from webdriverio/selenium-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "selenium-standalone",
"version": "6.10.0",
"description": "installs a `selenium-standalone` command line to install and start a standalone selenium server",
"main": "index.js",
"scripts": {
"test": "./bin/selenium-standalone install && mocha",
"release": "./scripts/release.sh"
},
"bin": {
"selenium-standalone": "./bin/selenium-standalone",
"start-selenium": "./bin/start-selenium"
},
"repository": {
"type": "git",
"url": "[email protected]:vvo/selenium-standalone.git"
},
"bugs": {
"url": "https://github.com/vvo/selenium-standalone/issues"
},
"homepage": "https://github.com/vvo/selenium-standalone",
"author": "Vincent Voyer <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"commander": "^2.9.0",
"cross-spawn": "^5.1.0",
"debug": "^2.6.3",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"progress": "1.1.8",
"request": "2.79.0",
"tar-stream": "1.5.2",
"urijs": "^1.18.4",
"which": "^1.2.12",
"yauzl": "^2.5.0"
},
"devDependencies": {
"chai": "3.5.0",
"doctoc": "^1.3.0",
"json": "^9.0.6",
"mocha": "3.2.0",
"mversion": "^1.10.1"
}
}