mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
40 lines
745 B
JSON
40 lines
745 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|