mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
added package.json
This commit is contained in:
parent
ba376d166e
commit
0638f22d4d
@ -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
10
package.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "html5-mail",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "latest"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user