forked from pa11y/pa11y-runner-axe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 889 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
{
"name": "pa11y-runner-axe",
"version": "2.0.0",
"description": "An aXe runner for Pa11y",
"keywords": [
"axe",
"pa11y",
"runner"
],
"author": "Team Pa11y",
"repository": {
"type": "git",
"url": "https://github.com/pa11y/pa11y-runner-axe.git"
},
"homepage": "https://github.com/pa11y/pa11y-runner-axe",
"bugs": "https://github.com/pa11y/pa11y-runner-axe/issues",
"license": "LGPL-3.0",
"engines": {
"node": ">=10"
},
"dependencies": {
"axe-core": "^4.0.2"
},
"devDependencies": {
"@rowanmanning/make": "^2.1.0",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"mockery": "^2.1.0",
"nyc": "^15.1.0",
"pa11y-lint-config": "^1.3.0",
"proclaim": "^3.6.0",
"sinon": "^9.2.0"
},
"main": "./lib/runner.js",
"scripts": {
"test": "make ci",
"test:only": "make test"
},
"files": [
"lib"
]
}