-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
38
39
{
"name": "express-admin",
"version": "1.0.0",
"description": "Express admin for fun and jobs. For contact: ntuan221@gmail.com",
"main": "index.js",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.15.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"deferred": "^0.7.9",
"ejs": "^2.5.7",
"express": "^4.13.3",
"express-passport-logout": "^0.1.0",
"express-session": "^1.15.6",
"mongodb": "^2.2.33",
"morgan": "^1.9.0",
"numeral": "^1.5.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"q": "^1.5.1",
"request": "^2.75.0",
"rotating-file-stream": "^1.3.4",
"sequelize": "^4.23.1",
"sqlite3": "^3.1.13",
"utf8": "^3.0.0",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
},
"devDependencies": {
"nodemon": "^1.14.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"startnode": "nodemon app.js"
},
"author": "Tuan Nguyen Minh",
"license": "MIT"
}