mail/package.json

14 lines
259 B
JSON
Raw Normal View History

2013-04-19 03:36:14 -04:00
{
2013-04-26 14:33:08 -04:00
"name": "mail-html5",
2013-04-19 03:36:14 -04:00
"version": "0.0.1",
"engines": {
"node": ">=0.8"
},
2013-05-16 10:54:56 -04:00
"scripts": {
"postinstall": "./res/copy-deps.sh"
},
2013-04-19 03:36:14 -04:00
"dependencies": {
2013-05-16 10:54:56 -04:00
"express": "latest",
2013-05-17 11:44:34 -04:00
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master"
2013-04-19 03:36:14 -04:00
}
}