1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00
mail/package.json
2013-05-17 17:44:34 +02:00

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