mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Added package file for example dependencies and readme
This commit is contained in:
@@ -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`.
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user