-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 858 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": "nodetest",
"version": "1.0.0",
"description": "testing nodejs+express+linvodb3 for backend of persistant html5 game",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo 'test' && exit 1"
},
"keywords": [],
"author": "pzirkle",
"nodemonConfig": {
"ignore": [
"client/ezpz.js",
"db/*"
],
"delay": "2500"
},
"license": "copyleft-next-0.3.1",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.16.2",
"fossil-delta": "^1.0.2",
"leveldown": "^5.1.1",
"linvodb3": "^3.26.0",
"lodash": "^4.17.20",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"socket.io": "^2.2.0",
"uglify-es": "^3.3.9",
"uuid": "^3.3.2"
}
}