mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Uploading and preparing the repository to the dev version.
Original unminified source code (dev folder - js, css, less) (fixes #6) Grunt build system Multiple identities correction (fixes #9) Compose html editor (fixes #12) New general settings - Loading Description New warning about default admin password Split general and login screen settings
This commit is contained in:
parent
afad45137e
commit
4cc2207513
846 changed files with 99453 additions and 2123 deletions
47
package.json
Normal file
47
package.json
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "0.0.0",
|
||||
"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",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-css": ">0.0.0",
|
||||
"grunt-contrib-jshint": "~0.4.0",
|
||||
"grunt-contrib-concat": ">0.0.0",
|
||||
"grunt-contrib-less": "~0.5.0",
|
||||
"grunt-contrib-uglify": "~0.2.4",
|
||||
"grunt-contrib-watch": "~0.5.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue