forked from angular/webdriver-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "webdriver-manager",
"version": "12.0.4",
"description": "A selenium server and browser driver manager for your end to end tests.",
"scripts": {
"check_format": "gulp format:enforce",
"format": "gulp format",
"prepublish": "gulp prepublish",
"test": "gulp test",
"test_unit": "gulp test:unit",
"test_circle_e2e": "gulp test:e2e:no_kvm"
},
"keywords": [
"angular",
"test",
"testing",
"protractor",
"webdriver",
"webdriverjs",
"selenium",
"selenium-webdriver"
],
"repository": {
"type": "git",
"url": "git://github.com/angular/webdriver-manager.git"
},
"bin": {
"webdriver-manager": "bin/webdriver-manager"
},
"main": "built/lib/webdriver.js",
"author": "Craig Nishina <[email protected]>",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.7",
"chalk": "^1.1.1",
"del": "^2.2.0",
"glob": "^7.0.3",
"ini": "^1.3.4",
"minimist": "^1.2.0",
"q": "^1.4.1",
"request": "^2.78.0",
"rimraf": "^2.5.2",
"semver": "^5.3.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"@types/adm-zip": "^0.4.29",
"@types/chalk": "^0.4.28",
"@types/form-data": "^0.0.33",
"@types/glob": "^5.0.29",
"@types/ini": "^1.3.28",
"@types/jasmine": "^2.5.43",
"@types/minimatch": "^2.0.28",
"@types/minimist": "^1.1.28",
"@types/node": "^7.0.4",
"@types/q": "^0.0.32",
"@types/request": "^0.0.39",
"@types/rimraf": "^0.0.28",
"@types/selenium-webdriver": "^2.53.35",
"@types/semver": "^5.3.30",
"@types/xml2js": "0.0.32",
"clang-format": "^1.0.35",
"gulp": "^3.9.1",
"gulp-clang-format": "^1.0.23",
"jasmine": "^2.4.1",
"run-sequence": "^1.1.5",
"selenium-webdriver": "~3.0.1",
"typescript": "~2.2.0"
},
"engines": {
"node": ">=6.9.x"
}
}