From 6afb03a3a55b0f413b0e7c14ef18fa329f027b6c Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Mon, 5 Aug 2013 22:40:08 -0400 Subject: [PATCH] Added package file for example dependencies and readme --- example/README.md | 6 ++++++ example/package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 example/README.md diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..4702659 --- /dev/null +++ b/example/README.md @@ -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`. \ No newline at end of file diff --git a/example/package.json b/example/package.json index 617abff..4a29788 100644 --- a/example/package.json +++ b/example/package.json @@ -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",