snappymail/package.json

92 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "RainLoop",
"title": "RainLoop Webmail",
2016-06-21 02:29:42 +08:00
"version": "1.10.2",
2016-07-06 01:28:59 +08:00
"release": "142",
2016-05-26 06:38:32 +08:00
"private": true,
2016-07-06 01:28:59 +08:00
"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"
},
2016-05-07 22:42:36 +08:00
"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": {
2016-05-26 06:38:32 +08:00
"node": ">= 4"
},
"devDependencies": {
2015-11-15 08:23:16 +08:00
"babel-core": "^6.1.4",
"babel-loader": "^6.1.0",
2016-05-26 06:38:32 +08:00
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "*",
2016-05-26 06:38:32 +08:00
"babel-preset-es2015-loose": "*",
"babel-preset-es2015-loose-native-modules": "^1.0.0",
"babel-preset-stage-0": "^6.5.0",
2015-11-19 01:32:29 +08:00
"babel-runtime": "^6.1.18",
2016-05-26 06:38:32 +08:00
"es6-promise-polyfill": "^1.2.0",
"gulp": "~3.9.0",
2015-11-15 08:23:16 +08:00
"gulp-autoprefixer": "*",
"gulp-beautify": "*",
2016-07-02 06:49:59 +08:00
"gulp-cached": "^1.1.0",
2016-05-07 22:42:36 +08:00
"gulp-clean-css": "^2.0.7",
2015-11-15 08:23:16 +08:00
"gulp-concat-util": "*",
"gulp-eol": "*",
2016-07-01 06:50:11 +08:00
"gulp-eslint": "^2.0.0",
2015-11-15 08:23:16 +08:00
"gulp-header": "*",
"gulp-if": "~1.2.5",
"gulp-less": "1.3.6",
2015-11-15 08:23:16 +08:00
"gulp-livereload": "~3.8.0",
"gulp-notify": "~2.2.0",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-replace": "*",
2015-11-15 08:23:16 +08:00
"gulp-rimraf": "*",
"gulp-stripbom": "*",
"gulp-through": "~0.3.0",
2015-11-15 08:23:16 +08:00
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-zip": "*",
2016-05-21 06:46:56 +08:00
"jassl": "github:rainloop/jassl",
2016-05-26 06:38:32 +08:00
"json-loader": "^0.5.4",
2015-11-15 08:23:16 +08:00
"node-fs": "*",
2015-07-30 01:21:24 +08:00
"node-notifier": "~4.2.3",
2016-07-05 01:44:50 +08:00
"normalize.css": "^4.2.0",
2016-06-24 05:57:35 +08:00
"pikaday": "^1.4.0",
2016-05-20 08:04:15 +08:00
"raw-loader": "^0.5.1",
2015-11-15 08:23:16 +08:00
"rimraf": "*",
2016-06-24 03:58:12 +08:00
"webpack": "2.1.0-beta.13"
}
}