-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 903 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
{
"name": "OgarServ",
"version": "1.6.5",
"description": "My ogar server http://ogar.mivabe.nl",
"author": "Jara Lowell (http://ogar.mivabe.nl/)",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/JaraLowell/OgarServ",
"main": "src/index.js",
"engines": {
"node": ">=0.10.25"
},
"dependencies": {
"fs": "^0.0.2",
"http": "^0.0.0",
"mysql": "^2.10.2",
"underscore": "^1.8.3",
"sys": "^0.0.1",
"vector2-node": "^0.0.3",
"ws": "^1.0.1",
"url": "^0.11.0"
},
"devDependencies": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/JaraLowell/OgarServ"
},
"bugs": {
"url": "https://github.com/JaraLowell/OgarServ/issues"
}
}