mail/package.json

45 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2013-04-19 03:36:14 -04:00
{
2013-09-16 13:46:04 -04:00
"name": "mail-html5",
"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",
"imap-client": "https://github.com/whiteout-io/imap-client/tarball/v0.3.6",
2014-07-07 04:49:46 -04:00
"mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.4",
"pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.7",
2014-07-09 04:54:04 -04:00
"pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/v0.3.5",
2014-07-02 10:47:02 -04:00
"requirejs": "2.1.14",
"axe": "https://github.com/whiteout-io/axe/tarball/v0.0.2",
"dompurify": "~0.4.2",
"jquery": "~2.1.1",
"ng-infinite-scroll": "https://github.com/sroze/ngInfiniteScroll/tarball/1.1.1"
2013-09-16 13:46:04 -04:00
},
"devDependencies": {
"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",
"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",
"grunt-csso": "~0.6.1",
"grunt-contrib-sass": "~0.7.3",
"grunt-autoprefixer": "~0.7.2",
"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
}
}