forked from jbillmann/GarageServer.IO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 680 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 680 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
{
"name": "garageserver.io",
"description": "A simple, lightweight, HTML multiplayer game server (and client) for Node.js",
"author": {
"name": "Jeremiah Billmann",
"email": "jcbillmann@yahoo.com"
},
"version": "0.6.0",
"homepage": "https://github.com/jbillmann/GarageServer.IO",
"license" : "MIT",
"keywords": [
"game",
"server",
"client",
"multiplayer",
"socket",
"html",
"api"
],
"dependencies": {},
"main": "./lib/garageserver.io",
"repository": {
"type": "git",
"url": "https://github.com/jbillmann/GarageServer.IO.git"
},
"bugs": {
"url": "https://github.com/jbillmann/GarageServer.IO/issues"
}
}