-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 746 Bytes
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
{
"name": "logochain-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express-session": "^1.15.6",
"express-validator": "^5.0.3",
"mongoose": "^5.0.10",
"morgan": "~1.9.0",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"serve-favicon": "~2.4.5",
"connect-ensure-login": "^0.1.1",
"bcrypt-nodejs": "^0.0.3",
"connect-flash": "^0.1.1",
"image-size": "^0.3.5",
"multer": "^1.1.0",
"string.prototype.startswith": "^0.2.0",
"fs": "^0.0.1-security",
"mongoose-voting": "^0.3.0",
}
}