-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
45 lines (44 loc) · 840 Bytes
/
bower.json
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
40
41
42
43
44
45
{
"name": "jquery.flexloader",
"version": "0.3.2",
"homepage": "https://github.com/shaekuronen/jquery.flexloader",
"authors": [
"Shae Kuronen <[email protected]>"
],
"description": "Lazyload Flexslider slides, optionally using Picturefill",
"license": "MIT",
"ignore": [
".gitignore",
".jshintrc",
"_config.yml",
"CONTRIBUTING.md",
"Gruntfile.js",
"HISTORY.md",
"index.html",
"src",
"node_modules",
"bower_components",
"test",
"tests",
"img",
"css",
"js"
],
"dependencies": {
"flexslider": "*",
"jquery": "1.11.0",
"picturefill": "~1.2.1",
"prism": "gh-pages"
},
"devDependencies": {
"prism": "gh-pages"
},
"keywords": [
"jquery",
"lazyload",
"flexslider",
"picturefill",
"plugins",
"flexloader"
]
}