mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"name": "RainLoop",
|
|
"title": "RainLoop Webmail",
|
|
"version": "1.6.8",
|
|
"release": "154",
|
|
"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://rainloop.net"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/RainLoop/rainloop-webmail.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "CC BY-NC-SA 3.0",
|
|
"ulr": "http://creativecommons.org/licenses/by-nc-sa/3.0/"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/RainLoop/rainloop-webmail/issues"
|
|
},
|
|
"keywords": [
|
|
"webmail",
|
|
"php",
|
|
"simple",
|
|
"modern",
|
|
"mail",
|
|
"web-based",
|
|
"email",
|
|
"client",
|
|
"plugins"
|
|
],
|
|
"readmeFilename": "README.md",
|
|
"ownCloudPackageVersion": "2.0",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
|
|
"crypto": "*",
|
|
"node-fs": "*",
|
|
"jshint-summary": "*",
|
|
|
|
"gulp": "*",
|
|
"gulp-util": "*",
|
|
"gulp-uglify": "*",
|
|
"gulp-clean": "*",
|
|
"gulp-jshint": "*",
|
|
"gulp-less": "*",
|
|
"gulp-zip": "*",
|
|
"gulp-rename": "*",
|
|
"gulp-header": "*",
|
|
"gulp-footer": "*",
|
|
"gulp-minify-css": "*",
|
|
"gulp-concat-util": "*"
|
|
|
|
}
|
|
}
|