-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "memo-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "NODE_ENV=test MONGODB_URI=mongodb://127.0.0.1:27017/memoTest mocha --recursive --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QUACK-INTEC/memo-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/QUACK-INTEC/memo-server/issues"
},
"homepage": "https://github.com/QUACK-INTEC/memo-server#readme",
"dependencies": {
"aws-sdk": "^2.573.0",
"axios": "^0.19.0",
"axios-cookiejar-support": "^0.5.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"expo-server-sdk": "^3.4.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.7",
"mongoose-autopopulate": "^0.9.1",
"mongoose-lean-virtuals": "^0.5.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"tough-cookie": "^3.0.1",
"validator": "^12.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.2"
},
"keywords": []
}