Added a new theme (Rain Drops)

Added a "video-on-login-screen" plugin
Added a few branding settings
This commit is contained in:
RainLoop Team 2015-02-01 03:41:15 +04:00
parent 0735071f1c
commit 67c5e31e58
32 changed files with 971 additions and 30 deletions

View 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"
}
}