Added package.json

This commit is contained in:
Jeremiah Billmann
2013-05-05 22:35:32 -04:00
parent 5756ea1d87
commit 8cdb451d00
+13
View File
@@ -0,0 +1,13 @@
{
"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"
}
}