mirror of https://github.com/moparisthebest/mail
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.0 KiB
68 lines
2.0 KiB
{ |
|
"name": "whiteout-mail", |
|
"description": "Mail App with integrated OpenPGP encryption.", |
|
"author": "Whiteout Networks", |
|
"homepage": "https://whiteout.io", |
|
"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": { |
|
"assemble": "~0.4.42", |
|
"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", |
|
"dompurify": "~0.7.3", |
|
"grunt": "~0.4.1", |
|
"grunt-angular-templates": "~0.5.7", |
|
"grunt-autoprefixer": "~0.7.2", |
|
"grunt-browserify": "3.7.0", |
|
"insert-module-globals": "6.5.0", |
|
"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.7.0", |
|
"grunt-shell": "~1.1.1", |
|
"grunt-string-replace": "~1.0.0", |
|
"grunt-svgmin": "~1.0.0", |
|
"grunt-svgstore": "~0.3.4", |
|
"handlebars-helper-compose": "~0.2.12", |
|
"iframe-resizer": "^2.8.3", |
|
"imap-client": "~0.14.2", |
|
"jquery": "~2.1.1", |
|
"mailbuild": "^0.3.7", |
|
"mailreader": "~0.4.0", |
|
"mocha": "^1.21.4", |
|
"ng-infinite-scroll": "~1.1.2", |
|
"openpgp": "^1.0.0", |
|
"pgpbuilder": "~0.6.0", |
|
"pgpmailer": "~0.9.1", |
|
"sinon": "~1.7.3", |
|
"sw-precache": "^1.3.0", |
|
"tcp-socket": "~0.5.0", |
|
"time-grunt": "^1.0.0", |
|
"wo-smtpclient": "~0.6.0" |
|
} |
|
}
|
|
|