mail/package.json

28 lines
721 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",
"imap-client": "git+ssh://git@github.com:whiteout-io/imap-client.git#master",
"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",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"sinon": "~1.7.3",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-qunit": "~0.2.2",
"grunt-mocha-test": "~0.6.3",
"grunt-mocha": "~0.4.1"
2013-04-19 03:36:14 -04:00
}
}