mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"name": "mail-html5",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "./res/copy-deps.sh"
|
|
},
|
|
"dependencies": {
|
|
"express": "latest",
|
|
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master"
|
|
}
|
|
} |