mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Added a new theme (Rain Drops)
Added a "video-on-login-screen" plugin Added a few branding settings
This commit is contained in:
parent
0735071f1c
commit
67c5e31e58
32 changed files with 971 additions and 30 deletions
40
plugins/video-on-login-screen/js/vide/bower.json
Normal file
40
plugins/video-on-login-screen/js/vide/bower.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "vide",
|
||||
"version": "0.3.0",
|
||||
"homepage": "http://vodkabears.github.io/vide/",
|
||||
"authors": [
|
||||
"Ilya Makarov <dfrost.00@gmail.com>"
|
||||
],
|
||||
"description": "Easy as hell jQuery plugin for video backgrounds.",
|
||||
"main": "dist/jquery.vide.js",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"examples/",
|
||||
"libs/",
|
||||
"src/",
|
||||
"test/",
|
||||
"*.md",
|
||||
"Gruntfile.js",
|
||||
"package.json",
|
||||
"vide.jquery.json"
|
||||
],
|
||||
"keywords": [
|
||||
"jquery",
|
||||
"plugin",
|
||||
"jquery-plugin",
|
||||
"video",
|
||||
"background",
|
||||
"ui",
|
||||
"responsive",
|
||||
"declarative"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"qunit": "~1.15.0",
|
||||
"jquery": "jquery#^1.11.1",
|
||||
"jquery2": "jquery#^2.1.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue