-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "chaunlauncher_server-full",
"version": "2.0.0",
"description": "⚡Powerfull NodeJS download server with dashboard (built for minecraft launchers)",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "chaun14",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaun14/chaunServer-full/issues"
},
"homepage": "https://github.com/chaun14/chaunServer-full#readme",
"keywords": [
"download-server",
"alternativeAPI",
"launcher",
"s-update",
"expressjs",
"dashboard"
],
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"flash": "^1.1.0",
"hash-files": "^1.1.1",
"minecraft-ping": "^1.0.0",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"recursive-readdir": "^2.2.2",
"self-reload-json": "^0.4.0",
"sequelize": "^6.6.2",
"socket.io": "^2.4.1"
}
}