mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
23 lines
445 B
JSON
23 lines
445 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.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "3.1.0",
|
|
"jade": "*",
|
|
"socket.io": "1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
}
|
|
}
|