Added package file for example dependencies and readme

This commit is contained in:
Jeremiah Billmann
2013-08-05 22:40:08 -04:00
parent 621a4edf17
commit 6afb03a3a5
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
# GarageServer.IO Example
A sample application using GarageServer.IO
## Install
Execute `$ npm install` in the `example\` directory and `$ node app.js`.
+2 -1
View File
@@ -1,10 +1,11 @@
{
"name": "garageserver.io.example",
"description": "An sample application using garageserver.io",
"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",