forked from fluid-project/fluid-webdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.17 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
{
"name": "fluid-webdriver",
"version": "1.1.2",
"description": "A series of Fluid components that help write tests using the WebDriver API.",
"main": "index.js",
"scripts": {
"pretest": "node node_modules/rimraf/bin.js coverage/*",
"test": "node node_modules/istanbul/lib/cli.js 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": "3.5.5",
"brace-expansion": "1.1.11",
"infusion": "3.0.0-dev.20200326T173810Z.24ddb2718",
"selenium-webdriver": "3.6.0"
},
"devDependencies": {
"eslint": "7.4.0",
"eslint-config-fluid": "1.4.0",
"fluid-express": "1.0.16",
"fluid-grunt-lint-all": "1.0.8",
"grunt": "1.2.1",
"istanbul": "0.4.5",
"kettle": "1.12.0",
"node-jqunit": "1.1.8",
"rimraf": "3.0.2"
}
}