forked from isc-projects/kea-anterius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 805 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
{
"name": "kea-anterius",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha -- tests/*.js"
},
"dependencies": {
"always-tail": "^0.2.0",
"always-tail2": "^1.0.0",
"basic-auth": "^2.0.0",
"body-parser": "~1.18.3",
"chai-fs": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"express": "~4.16.3",
"express-ipfilter": "^0.3.1",
"forever": "^0.15.3",
"humanize": "0.0.9",
"jade": "~1.11.0",
"jsonfile": "^4.0.0",
"materialize-css": "^1.0.0-rc.2",
"morgan": "~1.9.0",
"nodemailer": "^4.1.0",
"serve-favicon": "~2.5.0",
"slack-node": "^0.1.8",
"sudo-prompt": "^8.2.0",
"ws": "^5.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}