forked from pa11y/pa11y
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.51 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.51 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pa11y",
"version": "5.1.0",
"description": "Pa11y is your automated accessibility testing pal",
"keywords": [
"accessibility",
"analysis",
"cli",
"report"
],
"author": "Team Pa11y",
"contributors": [
"Rowan Manning (http://rowanmanning.com/)",
"Whymarrh Whitby (http://whymarrh.com/)",
"Stephen Mathieson (http://www.stephenmathieson.com/)",
"Alex Soble (http://www.alexsoble.com/)",
"Charlie Brown (http://www.carbonatethis.com/)",
"Hollie Kay (http://www.hollsk.co.uk/)",
"Adam Tavener (http://www.tavvy.co.uk/)",
"Glynn Phillips (http://www.glynnphillips.co.uk/)"
],
"repository": {
"type": "git",
"url": "https://github.com/pa11y/pa11y.git"
},
"homepage": "https://github.com/pa11y/pa11y",
"bugs": "https://github.com/pa11y/pa11y/issues",
"license": "LGPL-3.0",
"engines": {
"node": ">=8"
},
"dependencies": {
"commander": "^2.19.0",
"fs-extra": "^5.0.0",
"node.extend": "^2.0.0",
"p-timeout": "^2.0.1",
"pa11y-reporter-cli": "^1.0.1",
"pa11y-reporter-csv": "^1.0.0",
"pa11y-reporter-json": "^1.0.0",
"puppeteer": "^1.9.0",
"semver": "^5.6.0"
},
"devDependencies": {
"@rowanmanning/make": "^1.0.1",
"eslint": "^4.19.1",
"mocha": "^5.2.0",
"mockery": "^2.0.0",
"nyc": "^11.9.0",
"pa11y-lint-config": "^1.2.1",
"proclaim": "^3.5.1",
"sinon": "^4.5.0"
},
"main": "./lib/pa11y.js",
"bin": {
"pa11y": "./bin/pa11y.js"
},
"scripts": {
"test": "make ci"
}
}