mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
187e44607d
Release commit
55 lines
No EOL
1.1 KiB
JSON
55 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "RainLoop",
|
|
"title": "RainLoop Webmail",
|
|
"version": "1.6.7",
|
|
"release": "127",
|
|
"description": "Simple, modern & fast web-based email client",
|
|
"homepage": "http://rainloop.net",
|
|
"main": "Gruntfile.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": "1.3",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"wrench": "*",
|
|
"grunt": "~0.4.1",
|
|
"grunt-css": "*",
|
|
"grunt-md5": "*",
|
|
"grunt-contrib-jshint": "*",
|
|
"grunt-contrib-compress": "*",
|
|
"grunt-contrib-concat": "*",
|
|
"grunt-contrib-uglify": "*",
|
|
"grunt-contrib-watch": "*",
|
|
"grunt-contrib-less": "~0.5.0"
|
|
}
|
|
} |