Files
GarageServer.IO/example/package.json
T
2013-09-20 10:50:06 -05:00

23 lines
437 B
JSON

{
"name": "garageserver.io",
"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": "0.9.14"
},
"engines": {
"node": "0.8.x"
},
"scripts": {
"start": "node app.js"
}
}