-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.1 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
{
"name": "fluid-webdriver",
"version": "1.1.3",
"description": "A series of Fluid components that help write tests using the WebDriver API.",
"main": "index.js",
"scripts": {
"lint": "fluid-lint-all",
"pretest": "npx rimraf coverage/*",
"test": "istanbul cover tests/all-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-project/fluid-webdriver.git"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fluid-project/fluid-webdriver#readme",
"dependencies": {
"accessibility-developer-tools": "2.12.0",
"axe-core": "4.1.1",
"brace-expansion": "2.0.0",
"infusion": "3.0.0-dev.20201113T153152Z.32176dcbe.FLUID-6145",
"selenium-webdriver": "3.6.0"
},
"devDependencies": {
"eslint": "7.17.0",
"eslint-config-fluid": "2.0.0",
"fluid-express": "1.0.17",
"fluid-lint-all": "1.0.0",
"istanbul": "0.4.5",
"kettle": "2.0.0",
"node-jqunit": "1.1.8"
}
}