2013-11-16 06:21:12 +08:00
|
|
|
{
|
|
|
|
"name": "RainLoop",
|
|
|
|
"title": "RainLoop Webmail",
|
2014-11-06 03:40:20 +08:00
|
|
|
"version": "1.6.11",
|
|
|
|
"release": "191",
|
2013-11-16 06:21:12 +08:00
|
|
|
"description": "Simple, modern & fast web-based email client",
|
|
|
|
"homepage": "http://rainloop.net",
|
2014-06-17 03:56:11 +08:00
|
|
|
"main": "gulpfile.js",
|
2013-11-16 06:21:12 +08:00
|
|
|
"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",
|
2014-09-06 05:44:29 +08:00
|
|
|
"ownCloudPackageVersion": "2.2",
|
2013-11-17 06:02:13 +08:00
|
|
|
"engines": {
|
2014-06-17 03:56:11 +08:00
|
|
|
"node": ">= 0.10.0"
|
2013-11-17 06:02:13 +08:00
|
|
|
},
|
2013-11-16 06:21:12 +08:00
|
|
|
"devDependencies": {
|
2014-06-17 03:56:11 +08:00
|
|
|
|
|
|
|
"node-fs": "*",
|
|
|
|
"jshint-summary": "*",
|
|
|
|
|
2014-09-05 06:49:03 +08:00
|
|
|
"webpack": "*",
|
2014-08-20 23:03:12 +08:00
|
|
|
|
2014-06-17 03:56:11 +08:00
|
|
|
"gulp": "*",
|
|
|
|
"gulp-util": "*",
|
|
|
|
"gulp-uglify": "*",
|
2014-08-25 23:49:01 +08:00
|
|
|
"gulp-rimraf": "*",
|
2014-06-17 03:56:11 +08:00
|
|
|
"gulp-jshint": "*",
|
|
|
|
"gulp-less": "*",
|
|
|
|
"gulp-zip": "*",
|
|
|
|
"gulp-rename": "*",
|
2014-09-05 06:49:03 +08:00
|
|
|
"gulp-replace": "*",
|
2014-06-17 03:56:11 +08:00
|
|
|
"gulp-header": "*",
|
2014-09-13 00:32:05 +08:00
|
|
|
"gulp-eol": "*",
|
2014-06-17 03:56:11 +08:00
|
|
|
"gulp-minify-css": "*",
|
2014-08-28 23:27:30 +08:00
|
|
|
"gulp-autoprefixer": "*",
|
2014-08-29 23:30:52 +08:00
|
|
|
"gulp-csscomb": "*",
|
|
|
|
"gulp-closure-compiler": "*",
|
2014-08-28 23:27:30 +08:00
|
|
|
"gulp-csslint": "*",
|
2014-09-06 05:44:29 +08:00
|
|
|
"gulp-beautify": "*",
|
2014-06-17 03:56:11 +08:00
|
|
|
"gulp-concat-util": "*"
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2014-06-17 03:56:11 +08:00
|
|
|
}
|