UNPKG

vide

Version:

Easy as hell jQuery plugin for video backgrounds.

40 lines (39 loc) 723 B
{ "name": "vide", "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.19.0", "jquery": "jquery#^1.11.3", "jquery2": "jquery#^2.1.4" } }