1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/package.json
2013-05-16 16:54:56 +02:00

14 lines
253 B
JSON

{
"name": "mail-html5",
"version": "0.0.1",
"engines": {
"node": ">=0.8"
},
"scripts": {
"postinstall": "./res/copy-deps.sh"
},
"dependencies": {
"express": "latest",
"crypto-lib": "git://github.com/whiteout-io/crypto-lib.git#master"
}
}