-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 895 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
{
"scripts": {
"start": "node server.js",
"devstart": "nodemon NODE_ENV=development server.js"
},
"dependencies": {
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"cron": "^1.6.0",
"cronstrue": "^1.58.0",
"dotenv": "^6.1.0",
"dotenv-flow": "^0.2.0",
"ejs": "^2.6.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"express": "^4.16.4",
"express-flash": "^0.0.2",
"express-list-endpoints": "^4.0.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"lodash": "^4.17.11",
"memorystore": "^1.6.0",
"moment": "^2.22.2",
"mongodb": "^3.1.10",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"pm2": "^3.2.4",
"query-string": "^6.2.0",
"request": "^2.88.0",
"supertest": "^3.3.0"
},
"devDependencies": {
"jest": "^23.6.0"
}
}