Files
GarageServer.IO/package.json
T
2013-08-04 15:09:37 -04:00

29 lines
680 B
JSON

{
"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.5.2",
"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"
}
}