forked from didit-tech/NPM-Selenium
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
33 lines (33 loc) · 782 Bytes
/
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
{
"author": "Didit Tech <developers@didit.com>",
"contributors": [
"Eugene Ware <eugene@noblesamurai.com>",
"Dariusz Siedlecki <datrio@gmail.com>",
"Artemy Tregubenko <me@arty.name>",
"Igor Muchychka <mucsi_96@yahoo.com>"
],
"name": "selenium-server",
"description": "Selenium in an npm package",
"version": "3.141.59",
"keywords": [
"bdd",
"tdd",
"selenium",
"server",
"standalone",
"testing"
],
"main": "lib/selenium-server.js",
"bin": {
"selenium": "./bin/selenium"
},
"readmeFilename": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/eugeneware/selenium-server.git"
},
"license": "BSD-3-Clause"
}