mail/package.json

44 lines
1.4 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-07-29 06:40:00 -04:00
"crypto-lib": "~0.2.1",
2014-07-28 13:01:47 -04:00
"imap-client": "~0.3.7",
"mailreader": "~0.3.5",
"pgpmailer": "~0.3.10",
"pgpbuilder": "~0.3.7",
2014-07-02 10:47:02 -04:00
"requirejs": "2.1.14",
2014-07-28 13:01:47 -04:00
"axe-logger": "~0.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
}
2014-07-29 06:40:00 -04:00
}