-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 907 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
{
"name": "chhotu",
"version": "1.0.0",
"description": "",
"start": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"dotenv": "^5.0.1",
"es6-promisify": "^5.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-sessions": "^1.0.6",
"express-validator": "^5.0.3",
"force-ssl-heroku": "^1.0.2",
"forcedomain": "^0.8.1",
"md5": "^2.2.1",
"mongoose": "^5.0.10",
"mongoose-mongodb-errors": "0.0.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"pug": "^2.0.1",
"serve-favicon": "^2.4.5",
"slugs": "^0.1.3",
"tui-chart": "^3.0.1"
}
}