-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "draglo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "NODE_ENV=test mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huichiaotsou/draglo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huichiaotsou/draglo/issues"
},
"homepage": "https://github.com/huichiaotsou/draglo#readme",
"dependencies": {
"@touch4it/ical-timezones": "^1.7.0",
"axios": ">=0.21.1",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"dotenv": "^9.0.2",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"ical-generator": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^9.0.1",
"mysql2": "^2.2.5",
"nock": "^13.1.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.1",
"nodemon": "^2.0.7",
"normalize-url": "^4.5.1",
"redis": "^3.1.2",
"socket.io": "^4.1.2"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
}
}