package.json

This commit is contained in:
Tankred Hase 2013-04-26 20:33:08 +02:00
parent 669d8002d2
commit f80fa586b5
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
{
"name": "html5-mail",
"name": "mail-html5",
"version": "0.0.1",
"subdomain": "whiteout",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=0.8"
},