forked from SoftprodigyIndia/node_skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 711 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 711 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
33
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon ./src/app.js"
},
"engines": {
"node": "10.15.3",
"npm": "6.9.0"
},
"dependencies": {
"async": "^2.6.2",
"bluebird": "^3.5.4",
"body-parser": "^1.18.3",
"config": "^3.1.0",
"cookie-parser": "^1.4.4",
"debug": "^4.1.1",
"dotenv": "^7.0.0",
"ejs": "~2.7.1",
"express": "^4.16.4",
"http-status": "^1.3.2",
"morgan": "^1.9.1",
"mysql2": "^1.6.5",
"nodemon": "^1.18.11",
"pm2": "^3.5.0",
"req-flash": "0.0.3",
"sequelize": "^5.7.5",
"static-favicon": "~1.0.0",
"underscore": "^1.9.1",
"wagner-core": "^0.2.0"
}
}