-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "server",
"version": "1.0.0",
"description": "blog server",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"deploy": "pm2 start processes.json"
},
"keywords": [
"blog",
"express",
"node",
"javascript"
],
"author": "JHaidi",
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.4",
"dotenv-safe": "^6.1.0",
"express": "^4.16.3",
"helmet": "^3.12.1",
"jsonwebtoken": "^7.4.3",
"method-override": "^2.3.8",
"mongoose": "^5.2.4",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.9.0",
"nodemailer": "^4.7.0",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^1.18.3",
"passport": "^0.4.0",
"qiniu": "^7.2.1",
"qn": "^1.3.0",
"request": "^2.88.0",
"geoip-lite": "^1.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"connect-multiparty": "^2.1.1",
"cookie-parser": "^1.4.3",
"express-session": "^1.15.6",
"mongoose-paginate": "^5.0.3",
"multer": "^1.3.1"
}
}