mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Updated example package.json for hosting
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user