forked from dotmaik1/kinnil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 773 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
31
32
{
"name": "kinnil-web-app",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"start": "node ./app/config/app_config.js"
},
"dependencies": {
"async": "^2.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.1",
"chart.js": "^2.7.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"db-migrate-mysql": "^1.1.10",
"ejs": "^2.3.2",
"express": "^4.13.0",
"express-session": "^1.11.3",
"log": "^1.4.0",
"moment-timezone": "^0.5.14",
"morgan": "^1.6.0",
"multer": "^1.3.0",
"mysql": "^2.14.1",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"promise-mysql": "^3.1.1",
"serve-favicon": "^2.4.4",
"socket.io": "^2.0.3",
"utf-8": "^2.0.0",
"utf8": "^3.0.0"
}
}