mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"name": "GarageServer.IO",
|
|
"version": "0.0.1",
|
|
"author": "Jeremiah Billmann",
|
|
"scripts": {
|
|
"start": "node app"
|
|
},
|
|
"dependencies": {
|
|
"express": "3.1.0",
|
|
"jade": "*",
|
|
"socket.io": "0.9.14"
|
|
}
|
|
} |