1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-05 08:45:09 -05:00
mail/package.json
2013-04-26 20:33:08 +02:00

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"
}
}