1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-27 03:12:23 -05:00
mail/package.json

27 lines
691 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": {
2013-05-21 09:38:18 -04:00
"postinstall": "./res/copy-deps.sh",
2013-05-22 04:16:26 -04:00
"test": "grunt test",
"start": "grunt prod"
2013-05-16 10:54:56 -04:00
},
2013-04-19 03:36:14 -04:00
"dependencies": {
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",
2013-08-28 08:56:23 -04:00
"imap-client": "git+ssh://git@github.com:whiteout-io/imap-client.git#builtins",
"smtp-client": "git+ssh://git@github.com:whiteout-io/smtp-client.git#master"
2013-05-21 09:38:18 -04:00
},
"devDependencies": {
"grunt": "~0.4.1",
2013-09-15 13:41:59 -04:00
"mocha": "~1.13.0",
"chai": "~1.7.2",
"sinon": "~1.7.3",
2013-09-11 18:20:02 -04:00
"grunt-contrib-connect": "~0.5.0",
2013-09-15 13:41:59 -04:00
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-qunit": "~0.2.2",
"grunt-mocha": "~0.4.1"
2013-04-19 03:36:14 -04:00
}
}