forked from OwenGHB/angband-webclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 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
36
37
{
"name": "angband.live",
"version": "0.9.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.1",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"es6-promise": "^4.1.1",
"express": "~4.15.2",
"express-session": "^1.15.6",
"express-ws": "^3.0.0",
"fs-extra": "^3.0.1",
"jstransformer-markdown-it": "^2.1.0",
"lowdb": "^1.0.0",
"moment": "^2.22.2",
"mongoose": "^4.9.7",
"mongoose-integer": "^0.1.1",
"morgan": "~1.8.1",
"nedb-session-store": "^1.1.2",
"node-pty": "^0.6.10",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"ps-node": "^0.1.6",
"pug": "^2.0.3",
"serve-favicon": "~2.4.2",
"session-file-store": "^1.2.0",
"term.js": "0.0.7"
}
}