mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
f64cf601ce
+ Update openpgp.js lib
92 lines
2.2 KiB
JSON
92 lines
2.2 KiB
JSON
{
|
|
"name": "RainLoop",
|
|
"title": "RainLoop Webmail",
|
|
"version": "1.10.2",
|
|
"release": "143",
|
|
"private": true,
|
|
"ownCloudPackageVersion": "4.21",
|
|
"description": "Simple, modern & fast web-based email client",
|
|
"homepage": "http://rainloop.net",
|
|
"main": "gulpfile.js",
|
|
"author": {
|
|
"name": "RainLoop Team",
|
|
"email": "support@rainloop.net",
|
|
"web": "http://www.rainloop.net"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/RainLoop/rainloop-webmail.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"licenses": [
|
|
{
|
|
"type": "AGPL 3.0",
|
|
"ulr": "http://www.gnu.org/licenses/agpl-3.0.html"
|
|
},
|
|
{
|
|
"type": "RainLoop Software License",
|
|
"ulr": "http://www.rainloop.net/licensing/"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/RainLoop/rainloop-webmail/issues"
|
|
},
|
|
"keywords": [
|
|
"webmail",
|
|
"php",
|
|
"simple",
|
|
"modern",
|
|
"mail",
|
|
"web-based",
|
|
"email",
|
|
"client",
|
|
"plugins"
|
|
],
|
|
"readmeFilename": "README.md",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.1.4",
|
|
"babel-loader": "^6.1.0",
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
|
"babel-preset-es2015": "*",
|
|
"babel-preset-es2015-loose": "*",
|
|
"babel-preset-es2015-loose-native-modules": "^1.0.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"babel-runtime": "^6.1.18",
|
|
"es6-promise-polyfill": "^1.2.0",
|
|
"gulp": "~3.9.0",
|
|
"gulp-autoprefixer": "*",
|
|
"gulp-beautify": "*",
|
|
"gulp-cached": "^1.1.0",
|
|
"gulp-clean-css": "^2.0.7",
|
|
"gulp-concat-util": "*",
|
|
"gulp-eol": "*",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-header": "*",
|
|
"gulp-if": "~1.2.5",
|
|
"gulp-less": "1.3.6",
|
|
"gulp-livereload": "~3.8.0",
|
|
"gulp-notify": "~2.2.0",
|
|
"gulp-plumber": "*",
|
|
"gulp-rename": "*",
|
|
"gulp-replace": "*",
|
|
"gulp-rimraf": "*",
|
|
"gulp-stripbom": "*",
|
|
"gulp-through": "~0.3.0",
|
|
"gulp-uglify": "*",
|
|
"gulp-util": "*",
|
|
"gulp-zip": "*",
|
|
"jassl": "github:rainloop/jassl",
|
|
"json-loader": "^0.5.4",
|
|
"node-fs": "*",
|
|
"node-notifier": "~4.2.3",
|
|
"normalize.css": "^4.2.0",
|
|
"openpgp": "^2.3.2",
|
|
"pikaday": "^1.4.0",
|
|
"raw-loader": "^0.5.1",
|
|
"rimraf": "*",
|
|
"webpack": "^2.1.0-beta.15"
|
|
}
|
|
}
|