-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
49
50
{
"name": "pa11y-webservice",
"version": "1.6.4",
"engines": {
"node": ">=0.12"
},
"description": "pa11y-webservice provides scheduled accessibility reports for multiple URLs",
"keywords": [
"accessibility",
"analysis",
"report",
"web-service"
],
"author": "Nature Publishing Group",
"contributors": [
"Rowan Manning (http://rowanmanning.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/springernature/pa11y-webservice.git"
},
"homepage": "https://github.com/springernature/pa11y-webservice",
"bugs": "https://github.com/springernature/pa11y-webservice/issues",
"dependencies": {
"async": "~1.4",
"chalk": "~1.1",
"cron": "~1.0",
"freeport": "~1.0",
"hapi": "~1.9",
"jsonfile": "^2.2.3",
"mongodb": "~2.0",
"pa11y": "~3.0",
"phantomjs-prebuilt": "*",
"raygun": "^0.8.5",
"underscore": "~1.8"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.7",
"grunt-mocha-test": "~0.7",
"grunt-nodemon": "~0.1",
"proclaim": "~3.3",
"request": "~2.61"
},
"main": "./app.js",
"scripts": {
"start": "node index.js",
"test": "grunt"
}
}