-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 988 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@faltest/remote",
"version": "3.0.12",
"description": "A wrapper for the WebdriverIO remote call",
"main": "src",
"files": [
"src"
],
"scripts": {
"test": "mocha --recursive --exit"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/CrowdStrike/faltest.git",
"directory": "packages/remote"
},
"keywords": [
"webdriver"
],
"author": "Kelly Selden",
"license": "MIT",
"bugs": {
"url": "https://github.com/CrowdStrike/faltest/issues"
},
"homepage": "https://github.com/CrowdStrike/faltest/blob/master/packages/remote#readme",
"engines": {
"node": ">=8.10"
},
"dependencies": {
"@faltest/utils": "^2.0.4",
"chromedriver": "79.0.0",
"execa": "^3.0.0",
"fkill": "^6.2.0",
"geckodriver": "1.19.1",
"get-port": "^5.0.0",
"ps-list": "^6.3.0",
"webdriverio": "5.18.6",
"yn": "^3.1.1"
},
"devDependencies": {
"mocha": "^7.0.0",
"sinon": "^8.0.0"
}
}