-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "wdio-axe",
"version": "2.2.3",
"description": "Module to inject and analyze web pages in webdriverio using aXe",
"main": "index.js",
"scripts": {
"lint": "eslint \"**/*.js\" --ignore-path .gitignore --max-warnings 0",
"test": "wdio run wdio.conf.js"
},
"homepage": "https://github.com/tamil777selvan/wdio-axe#readme",
"repository": {
"type": "git",
"url": "https://github.com/tamil777selvan/wdio-axe"
},
"keywords": [
"accessibility",
"automated accessibility test",
"accessibility automation",
"Webdriver",
"WebdriverIO",
"axe",
"wdio-axe"
],
"dependencies": {
"axe-core": "^4.3.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@wdio/cli": "^6.12.1",
"@wdio/local-runner": "^6.12.1",
"@wdio/mocha-framework": "^6.11.0",
"@wdio/selenium-standalone-service": "^6.12.1",
"@wdio/spec-reporter": "^6.11.0",
"@wdio/sync": "^6.11.0",
"chai": "^4.3.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}