-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 923 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
{
"name": "todo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"author": "github.com/annubv",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"aws-sdk": "^2.596.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-session": "^1.16.2",
"google-spreadsheet": "^3.0.8",
"jsdom": "^15.1.1",
"jsonwebtoken": "^8.5.1",
"localtunnel": "^1.9.2",
"mongoose": "^5.8.11",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"sequelize": "^5.9.0",
"sqlite3": "^4.1.1",
"supertest": "^4.0.2",
"wget-improved": "^3.0.2"
}
}