-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.04 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
48
49
{
"name": "webdrvr",
"version": "2.43.0-1",
"keywords": [
"webdriver",
"selenium",
"testing",
"automation",
"chromedriver",
"iedriver",
"phantomjs",
"ghostdriver"
],
"description": "NPM wrapper for Selenium Webdriver including Chromedriver / IEDriver / IOSDriver / Ghostdriver",
"homepage": "https://github.com/uxebu/webdrvr",
"repository": {
"type": "git",
"url": "git://github.com/uxebu/webdrvr.git"
},
"main": "lib/index.js",
"bin": {
"webdrvr": "./bin/webdrvr"
},
"author": {
"name": "Tobias von Klipstein",
"email": "tk@uxebu.com"
},
"license": "MIT",
"scripts": {
"install": "node install.js",
"test": "jasmine-node test"
},
"dependencies": {
"adm-zip": "~0.4.3",
"kew": "~0.1.7",
"mkdirp": "~0.3.5",
"npmconf": "~0.1.2",
"phantomjs": "~1.9.10",
"tmp": "~0.0.20",
"follow-redirects": "0.0.3"
},
"devDependencies": {
"jasmine-node": "~1.11.0",
"selenium-webdriver": "~2.43.5"
},
"engines": {
"node": ">=0.10"
}
}