-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
51
52
53
54
55
56
57
58
59
{
"name": "global_cancer_care",
"version": "1.0.0",
"description": "GlobalCancerCare",
"main": "server.js",
"scripts": {
"test": "jest --watchAll --verbose",
"start": "node server.js",
"serve": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"abrequire": "0.0.4",
"aws-sdk": "^2.327.0",
"axios": "^0.18.0",
"bcrypt": "^3.0.1",
"body-parser": "~1.18.3",
"braintree": "^2.12.0",
"compression": "^1.7.3",
"config": "^2.0.1",
"express": "^4.16.3",
"express-async-errors": "^3.0.0",
"express-ipfilter": "^0.3.1",
"express-rate-limit": "^3.2.0",
"express-winston": "^3.0.0",
"handlebars": "^4.0.12",
"handlebars-layouts": "^3.1.4",
"helmet": "^3.13.0",
"joi": "^13.7.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"morgan": "^1.9.1",
"multer": "^1.4.0",
"multer-s3": "^2.7.0",
"nanoid": "^1.2.6",
"nodemailer": "^4.6.8",
"paypal-rest-sdk": "^1.8.1",
"pg": "^7.5.0",
"rotating-file-stream": "^1.3.9",
"sequelize": "^5.0.0-beta.12",
"swagger-jsdoc": "^3.2.3",
"swagger-model-validator": "^3.0.5",
"swagger-ui-express": "^4.0.1",
"uuid": "^3.3.2",
"validator": "^10.8.0",
"winston": "^3.1.0"
},
"devDependencies": {
"jest": "^23.6.0",
"nodemon": "^1.18.4",
"supertest": "^3.3.0",
"eslint": "5.8.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0"
}
}