-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 905 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 905 Bytes
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
{
"name": "notification-api-server",
"version": "1.1.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmilegateDev/notification-api-server.git"
},
"keywords": [
"real-time",
"notification",
"api",
"server",
"backend",
"socket.io"
],
"author": "Tim Jaeyong Lee",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"html": "^1.0.0",
"http-errors": "^1.7.3",
"jade": "^1.11.0",
"mongoose": "^5.8.6",
"morgan": "^1.9.1",
"mysql2": "^2.1.0",
"njwt": "^1.0.0",
"redis": "^3.0.2",
"sequelize": "^5.21.5",
"socket.io": "^2.3.0",
"ws": "^7.2.3"
}
}