Files
GarageServer.IO/package.json
T
2013-08-04 14:13:23 -04:00

30 lines
727 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.1",
"homepage": "https://github.com/jbillmann/GarageServer.IO",
"license" : "MIT",
"keywords": [
"game",
"server",
"client",
"multiplayer",
"socket",
"html",
"api"
],
"dependencies": {},
"main": "./lib/garageserver.io",
"browserify": "./client/garageserver.io.js",
"repository": {
"type": "git",
"url": "https://github.com/jbillmann/GarageServer.IO.git"
},
"bugs": {
"url": "https://github.com/jbillmann/GarageServer.IO/issues"
}
}