-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.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 <chuck.wilson@gmail.com>",
"contributors": [
"Mark Ethan Trostler <mark@zzo.com>",
"Alan Parkinson <alan.parkson@hindsightsoftware.co.uk>",
"Matthew Smith <mtscout6@gmail.com>",
"Mark Trostler <mark@zzo.com>",
"Anton Usmansky <cody0@yandex-team.ru>",
"Jack Bastow <jack.bastow@hindsightsoftware.co.uk>",
"Philipp Zins <philipp.zins@mercateo.com>",
"Dr. Kibitz <info@drkibitz.com>",
"Charlie Dowler <charlie.dowler@hindsightsoftware.co.uk>",
"Sergey Belov <peimei@ya.ru>",
"Vladimir Alaev <scff@yandex-team.ru>",
"Vojta Jina <vojta.jina@gmail.com>",
"j0tunn <anton.usmansky@gmail.com>",
"Jaroslav Hejral <jaroslav.hejral@hp.com>",
"persidskiy <persidskiy@yandex-team.ru>",
"Enrique Paredes <enrique@iknite.com>"
],
"dependencies": {
"selenium-webdriver": "^4.0.0-alpha.1"
},
"devDependencies": {
"doctoc": "^1.4.0"
},
"license": "MIT"
}