-
Notifications
You must be signed in to change notification settings - Fork 507
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 723 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}