forked from pa11y/pa11y-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (44 loc) · 1.06 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
41
42
43
44
45
46
47
48
{
"name": "pa11y-dashboard",
"version": "1.10.0",
"private": true,
"description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",
"keywords": [ "accessibility", "analysis", "report" ],
"contributors": [
"Perry Harlock (http://www.phwebs.co.uk/)",
"Rowan Manning (http://rowanmanning.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/springernature/pa11y-dashboard.git"
},
"homepage": "https://github.com/springernature/pa11y-dashboard",
"bugs": "https://github.com/springernature/pa11y-dashboard/issues",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"chalk": "~0.2",
"express": "~3.4",
"express-hbs": "~0.2",
"moment": "~2.2",
"pa11y-webservice": "~1.8",
"pa11y-webservice-client-node": "~1.1",
"underscore": "~1.5"
},
"devDependencies": {
"bower": "~1.2",
"jscs": "^2",
"jsdom": "^3",
"jshint": "^2",
"less": "~1.5",
"mocha": "^2",
"proclaim": "^3",
"request": "~2.27",
"uglify-js": "~2.4"
},
"scripts": {
"start": "node index.js",
"test": "make ci"
}
}