forked from jquery-backstretch/jquery-backstretch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 676 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 676 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
{
"name": "jquery-backstretch",
"description": "A simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element.",
"version": "2.1.15",
"homepage": "http://www.jquery-backstretch.com/",
"author": {
"name": "Scott Robbin",
"email": "scott@robbin.co",
"url": "http://srobbin.com"
},
"main": ["jquery.backstretch.js"],
"dependencies": {
"jquery": ">=1.9.x"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery-backstretch/jquery-backstretch.git"
},
"ignore": [
"Gruntfile.js",
"examples",
"libs",
"test",
".gitignore",
"src"
]
}