mirror of
https://github.com/moparisthebest/mail
synced 2024-11-05 08:45:09 -05:00
28 lines
709 B
JSON
28 lines
709 B
JSON
{
|
|
"name": "mail-html5",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "./res/copy-deps.sh",
|
|
"test": "grunt test",
|
|
"start": "grunt prod"
|
|
},
|
|
"dependencies": {
|
|
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.1",
|
|
"mocha": "1.13.0",
|
|
"phantomjs": "1.9.1-9",
|
|
"chai": "1.7.2",
|
|
"sinon": "1.7.3",
|
|
"grunt-contrib-connect": "0.5.0",
|
|
"grunt-contrib-jshint": "0.6.4",
|
|
"grunt-contrib-qunit": "0.2.2",
|
|
"grunt-mocha": "0.4.1"
|
|
}
|
|
} |