mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
NPM Publish prep
This commit is contained in:
+14
-7
@@ -1,19 +1,26 @@
|
||||
{
|
||||
"name": "GarageServer.IO",
|
||||
"description": "A simple, lightweight, HTML multiplayer game server (and client) for Node.js",
|
||||
"author": "Jeremiah Billmann",
|
||||
"version": "0.5.0",
|
||||
"description": "A simple, lightweight, HTML multiplayer game server (and client) for Node.js",
|
||||
"homepage": "https://github.com/jbillmann/GarageServer.IO",
|
||||
"license" : "MIT",
|
||||
"keywords": [
|
||||
"game",
|
||||
"server",
|
||||
"client",
|
||||
"multiplayer",
|
||||
"socket",
|
||||
"html"
|
||||
"html",
|
||||
"api"
|
||||
],
|
||||
"dependencies": {
|
||||
"express": "3.1.0",
|
||||
"jade": "*",
|
||||
"socket.io": "0.9.14"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user