Updated example package.json for hosting

This commit is contained in:
Jeremiah Billmann
2013-09-20 09:12:02 -05:00
parent 7fa638c940
commit f42847f0ac
+6 -1
View File
@@ -1,5 +1,6 @@
{
"name": "garageserver.io.example",
"subdomain": "garageserverio",
"description": "A sample application using garageserver.io",
"author": {
"name": "Jeremiah Billmann",
@@ -10,6 +11,10 @@
"dependencies": {
"express": "3.1.0",
"jade": "*",
"socket.io": "0.9.14"
"socket.io": "0.9.14",
"garageserver.io": "0.6.0"
},
"engines": {
"node": "0.8.x"
}
}