-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
40 lines (40 loc) · 966 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
{
"name": "InfiniteSky",
"version": "1.0.05",
"version_name": "Tomato Soup",
"description": "InfiniteSky is an open-source project, emulating a Twelve Sky Server. It is written in Node.JS",
"main": "main.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/LiamKarlMitchell/InfiniteSky.git"
},
"keywords": [
"TwelveSky",
"ServerSideEmulation",
"TS1"
],
"author": "",
"license": "GNU GPL",
"bugs": {
"url": "https://github.com/LiamKarlMitchell/InfiniteSky/issues"
},
"homepage": "http://liamkarlmitchell.github.io/InfiniteSky/",
"dependencies": {
"async": "^0.7.0",
"jshint": "^2.5.0",
"hexy": ">=0.2.5",
"mongoose": ">=3.8.8",
"netmask": ">=1.0.4",
"socket.io": "^1.0.0-pre",
"xtend": "^3.0.0",
"fast-csv": "^0.2.4",
"eyes": "^0.1.8",
"cli-color": "^0.3.2"
},
"optionalDependencies ": {
"express": ""
}
}