2013-04-19 03:36:14 -04:00
|
|
|
{
|
2013-09-16 13:46:04 -04:00
|
|
|
"name": "mail-html5",
|
2014-04-29 10:00:51 -04:00
|
|
|
"version": "0.0.0",
|
2013-09-16 13:46:04 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2013-09-27 07:55:08 -04:00
|
|
|
"postinstall": "grunt dist-npm",
|
2014-06-11 03:42:34 -04:00
|
|
|
"test": "grunt && grunt test",
|
2013-11-13 05:55:46 -05:00
|
|
|
"start": "grunt && grunt dev"
|
2013-09-16 13:46:04 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-06-05 09:26:19 -04:00
|
|
|
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.2.0",
|
2014-07-02 10:13:02 -04:00
|
|
|
"imap-client": "https://github.com/whiteout-io/imap-client/tarball/v0.3.4",
|
2014-07-07 04:49:46 -04:00
|
|
|
"mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.4",
|
2014-07-02 10:13:02 -04:00
|
|
|
"pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.5",
|
2014-06-17 08:47:19 -04:00
|
|
|
"pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/v0.3.4",
|
2014-07-02 10:47:02 -04:00
|
|
|
"requirejs": "2.1.14",
|
2014-06-18 11:09:04 -04:00
|
|
|
"axe": "https://github.com/whiteout-io/axe/tarball/v0.0.2"
|
2013-09-16 13:46:04 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-06-16 06:01:23 -04:00
|
|
|
"angularjs": "https://github.com/angular/angular.js/tarball/v1.2.8",
|
2014-06-11 03:42:34 -04:00
|
|
|
"browsercrow": "https://github.com/whiteout-io/browsercrow/tarball/master",
|
|
|
|
"browsersmtp": "https://github.com/whiteout-io/browsersmtp/tarball/master",
|
2014-02-12 13:48:29 -05:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"mocha": "~1.13.0",
|
|
|
|
"chai": "~1.7.2",
|
|
|
|
"sinon": "~1.7.3",
|
|
|
|
"grunt-contrib-connect": "~0.5.0",
|
|
|
|
"grunt-contrib-jshint": "~0.6.4",
|
|
|
|
"grunt-mocha": "~0.4.1",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2014-04-15 05:22:19 -04:00
|
|
|
"grunt-csso": "~0.6.1",
|
|
|
|
"grunt-contrib-sass": "~0.7.3",
|
|
|
|
"grunt-autoprefixer": "~0.7.2",
|
2014-02-12 13:48:29 -05:00
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
2014-03-02 17:50:16 -05:00
|
|
|
"grunt-contrib-compress": "~0.5.2",
|
|
|
|
"grunt-node-webkit-builder": "~0.1.17"
|
2013-09-16 13:46:04 -04:00
|
|
|
}
|
2014-07-07 04:49:46 -04:00
|
|
|
}
|