-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 loc) · 1.47 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
{
"name": "karma-selenium-grid-launcher",
"version": "0.3.0",
"description": "Launcher for Remote WebDriver instances on a Selenium Grid; forked from karma-webdriver-launcher.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"docs": "doctoc --notitle --github README.md"
},
"repository": {
"type": "git",
"url": "git://github.com/squarebracket/karma-selenium-grid-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"launcher",
"WebDriver",
"Selenium"
],
"author": "Chuck Wilson <[email protected]>",
"contributors": [
"Mark Ethan Trostler <[email protected]>",
"Alan Parkinson <[email protected]>",
"Matthew Smith <[email protected]>",
"Mark Trostler <[email protected]>",
"Anton Usmansky <[email protected]>",
"Jack Bastow <[email protected]>",
"Philipp Zins <[email protected]>",
"Dr. Kibitz <[email protected]>",
"Charlie Dowler <[email protected]>",
"Sergey Belov <[email protected]>",
"Vladimir Alaev <[email protected]>",
"Vojta Jina <[email protected]>",
"j0tunn <[email protected]>",
"Jaroslav Hejral <[email protected]>",
"persidskiy <[email protected]>",
"Enrique Paredes <[email protected]>"
],
"dependencies": {
"selenium-webdriver": "^4.0.0-alpha.1"
},
"devDependencies": {
"doctoc": "^1.4.0"
},
"license": "MIT"
}