-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 906 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
37
{
"name": "outplatformapi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "apidoc -i routes/ -o views/ && pm2 start ecosystem.json"
},
"dependencies": {
"apidoc": "^0.17.6",
"axios": "^0.18.0",
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"jsonwebtoken": "^8.1.0",
"mkdirp": "^0.5.1",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"nexmo": "^2.2.0",
"nodemailer": "^4.6.2",
"sequelize": "^4.28.2",
"serve-favicon": "~2.4.5",
"validator": "^9.2.0"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
}
}