added package.json

This commit is contained in:
Tankred Hase 2013-04-19 09:36:14 +02:00
parent ba376d166e
commit 0638f22d4d
2 changed files with 13 additions and 3 deletions

View File

@ -6,7 +6,7 @@ HTML5 Mail App with Client-side Encryption
## Getting started
Required packages: nodejs, npm
npm install express
node server.js 8080 --dev
npm install
node server.js
browse to http://localhost:8080
browse to http://localhost:8585

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "html5-mail",
"version": "0.0.1",
"engines": {
"node": ">=0.8"
},
"dependencies": {
"express": "latest"
}
}