mirror of
https://github.com/moparisthebest/mail
synced 2024-11-05 08:45:09 -05:00
14 lines
199 B
JSON
14 lines
199 B
JSON
{
|
|
"name": "mail-html5",
|
|
"version": "0.0.1",
|
|
"subdomain": "whiteout",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"dependencies": {
|
|
"express": "latest"
|
|
}
|
|
} |