-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 835 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
{
"name": "non-moderation-chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Distil62/non-moderation-chat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Distil62/non-moderation-chat/issues"
},
"homepage": "https://github.com/Distil62/non-moderation-chat#readme",
"dependencies": {
"axios": "^0.18.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"hash.js": "^1.1.3",
"mysql2": "^1.5.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"sequelize": "^4.37.7",
"socket.io": "^2.1.1"
}
}