This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
66 lines (66 loc) · 1.56 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pa11y-sidekick",
"version": "0.0.0",
"private": true,
"description": "An accessibility dashboard",
"keywords": [],
"author": "Team Pa11y",
"contributors": [
"Rowan Manning (http://rowanmanning.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/pa11y/sidekick.git"
},
"homepage": "https://github.com/pa11y/sidekick",
"bugs": "https://github.com/pa11y/sidekick/issues",
"license": "LGPL-3.0",
"engines": {
"node": "^8",
"npm": "^5"
},
"dependencies": {
"adaro": "^1.0.4",
"bcrypt": "^3.0.6",
"bookshelf": "^0.15.1",
"canvas": "^2.6.0",
"compression": "^1.7.4",
"connect-session-knex": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"http-errors": "^1.7.3",
"@hapi/joi": "^15.1.1",
"knex": "^0.17.6",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"nocache": "^2.1.0",
"pg": "^7.12.1",
"require-header": "^1.0.4",
"shortid": "^2.2.15",
"winston": "^2.4.0"
},
"devDependencies": {
"@rowanmanning/eslint-config": "^2.1.0",
"@rowanmanning/make": "^1.2.0",
"dustmite": "^2.0.4",
"eslint": "^5.2.0",
"jsdom": "^15.2.0",
"mocha": "^6.2.2",
"mockery": "^2.1.0",
"nodemon": "^1.19.4",
"nyc": "^14.1.1",
"proclaim": "^3.6.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"sinon": "^7.5.0"
},
"optionalDependencies": {
"fsevents": "^2.1.1"
},
"main": "./lib/dashboard.js",
"scripts": {
"test": "make ci",
"start": "node index.js"
}
}