snappymail/package.json
2016-07-03 21:33:50 +03:00

91 lines
2.2 KiB
JSON

{
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.10.2",
"release": "140",
"private": true,
"ownCloudPackageVersion": "4.19",
"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",
"pikaday": "^1.4.0",
"raw-loader": "^0.5.1",
"rimraf": "*",
"webpack": "2.1.0-beta.13"
}
}