UNPKG

770 BJSONView Raw
1{
2 "author": "Didit Tech <developers@didit.com>",
3 "contributors": [
4 "Eugene Ware <eugene@noblesamurai.com>",
5 "Dariusz Siedlecki <datrio@gmail.com>",
6 "Artemy Tregubenko <me@arty.name>",
7 "Igor Muchychka <mucsi_96@yahoo.com>"
8 ],
9 "name": "selenium-server",
10 "description": "Selenium in an npm package",
11 "version": "3.7.0",
12 "keywords": [
13 "bdd",
14 "tdd",
15 "selenium",
16 "server",
17 "standalone",
18 "testing"
19 ],
20 "main": "lib/selenium-server.js",
21 "bin": {
22 "selenium": "./bin/selenium"
23 },
24 "readmeFilename": "README.md",
25 "scripts": {
26 "test": "echo \"Error: no test specified\" && exit 1"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/eugeneware/selenium-server.git"
31 },
32 "license": "BSD"
33}