NPM Publish prep

This commit is contained in:
Jeremiah Billmann
2013-08-01 15:18:40 -04:00
parent 2eb752f71d
commit 65673598dc
9 changed files with 18 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
.c9revisions
.client
.example
.node_modules
+14 -7
View File
@@ -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"
}
}