2013-04-19 03:36:14 -04:00
|
|
|
{
|
2014-11-17 08:29:04 -05:00
|
|
|
"name": "whiteout-mail",
|
|
|
|
"description": "Mail App with integrated OpenPGP encryption.",
|
|
|
|
"author": "Whiteout Networks",
|
|
|
|
"homepage": "https://whiteout.io",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/whiteout-io/mail-html5.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"email",
|
|
|
|
"mail",
|
|
|
|
"client",
|
|
|
|
"app",
|
|
|
|
"openpgp",
|
|
|
|
"pgp",
|
|
|
|
"gpg",
|
|
|
|
"imap",
|
|
|
|
"smtp"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt && grunt test",
|
|
|
|
"start": "node server.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"compression": "^1.0.11",
|
|
|
|
"config": "^1.0.2",
|
|
|
|
"express": "^4.8.3",
|
|
|
|
"morgan": "^1.2.3",
|
|
|
|
"npmlog": "^0.1.1",
|
|
|
|
"socket.io": "^1.0.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-04-27 14:28:43 -04:00
|
|
|
"assemble": "~0.4.42",
|
2014-11-17 08:29:04 -05:00
|
|
|
"axe-logger": "~0.0.2",
|
|
|
|
"browsercrow": "https://github.com/whiteout-io/browsercrow/tarball/master",
|
|
|
|
"browsersmtp": "https://github.com/whiteout-io/browsersmtp/tarball/master",
|
|
|
|
"chai": "~1.9.2",
|
|
|
|
"crypto-lib": "~0.2.1",
|
2015-04-17 14:32:34 -04:00
|
|
|
"dompurify": "~0.6.3",
|
2014-11-17 08:29:04 -05:00
|
|
|
"grunt": "~0.4.1",
|
2014-10-27 10:02:19 -04:00
|
|
|
"grunt-angular-templates": "~0.5.7",
|
2014-11-17 08:29:04 -05:00
|
|
|
"grunt-autoprefixer": "~0.7.2",
|
|
|
|
"grunt-browserify": "^3.0.1",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"grunt-contrib-compress": "~0.5.2",
|
|
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
|
|
"grunt-contrib-connect": "~0.5.0",
|
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
|
|
"grunt-contrib-jshint": "~0.6.4",
|
|
|
|
"grunt-contrib-sass": "~0.7.3",
|
|
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"grunt-csso": "~0.6.1",
|
|
|
|
"grunt-exorcise": "^0.2.0",
|
|
|
|
"grunt-manifest": "^0.4.0",
|
|
|
|
"grunt-mocha-phantomjs": "^0.6.0",
|
|
|
|
"grunt-shell": "~1.1.1",
|
|
|
|
"grunt-string-replace": "~1.0.0",
|
|
|
|
"grunt-svgmin": "~1.0.0",
|
|
|
|
"grunt-svgstore": "~0.3.4",
|
2015-04-27 14:28:43 -04:00
|
|
|
"handlebars-helper-compose": "~0.2.12",
|
2015-02-17 07:04:45 -05:00
|
|
|
"iframe-resizer": "^2.8.3",
|
2015-05-05 09:18:56 -04:00
|
|
|
"imap-client": "~0.14.2",
|
2014-11-17 08:29:04 -05:00
|
|
|
"jquery": "~2.1.1",
|
2015-02-27 14:04:44 -05:00
|
|
|
"mailbuild": "^0.3.7",
|
2014-11-17 08:29:04 -05:00
|
|
|
"mailreader": "~0.4.0",
|
|
|
|
"mocha": "^1.21.4",
|
|
|
|
"ng-infinite-scroll": "~1.1.2",
|
2015-03-18 09:11:24 -04:00
|
|
|
"openpgp": "^1.0.0",
|
2015-02-16 07:35:15 -05:00
|
|
|
"pgpbuilder": "~0.6.0",
|
2015-04-22 12:56:12 -04:00
|
|
|
"pgpmailer": "~0.9.1",
|
2014-11-17 08:29:04 -05:00
|
|
|
"sinon": "~1.7.3",
|
2015-04-27 14:28:43 -04:00
|
|
|
"sw-precache": "^1.3.0",
|
2015-01-21 06:18:08 -05:00
|
|
|
"tcp-socket": "~0.5.0",
|
2014-11-17 08:29:04 -05:00
|
|
|
"time-grunt": "^1.0.0",
|
2015-04-27 14:28:43 -04:00
|
|
|
"wo-smtpclient": "~0.6.0"
|
2014-11-17 08:29:04 -05:00
|
|
|
}
|
2015-04-27 14:28:43 -04:00
|
|
|
}
|