mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "garageserver.io.example",
|
|
"subdomain": "garageserverio",
|
|
"description": "A sample application using garageserver.io",
|
|
"author": {
|
|
"name": "Jeremiah Billmann",
|
|
"email": "jcbillmann@yahoo.com"
|
|
},
|
|
"version": "0.5.2",
|
|
"license" : "MIT",
|
|
"dependencies": {
|
|
"express": "3.1.0",
|
|
"jade": "*",
|
|
"socket.io": "0.9.14"
|
|
},
|
|
"engines": {
|
|
"node": "0.8.x"
|
|
}
|
|
} |