forked from GlowingSoftware/Glowy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
35
36
37
38
39
40
41
{
"name": "glowstoneserver",
"version": "1.1.1",
"description": "A Free Minecraft Hosting Panel",
"main": "main.js",
"dependencies": {
"copy": "^0.3.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"hashmap": "^2.0.6",
"jsonfile": "^2.4.0",
"mysql": "^2.13.0",
"nconf": "^0.8.4",
"simple-node-logger": "0.93.27",
"socket.io": "^1.7.3",
"socketio": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlowstoneHosting/Server.git"
},
"keywords": [
"hosting",
"server",
"minecraft",
"nodejs",
"free",
"open",
"source"
],
"author": "Deudly",
"license": "ISC",
"bugs": {
"url": "https://github.com/GlowstoneHosting/Server/issues"
},
"homepage": "https://github.com/GlowstoneHosting/Server#readme"
}