forked from ashleydw/lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 659 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 659 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
{
"name": "ekko-lightbox",
"version": "5.0.0",
"main": "./dist/ekko-lightbox.min.js",
"ignore": [
"**/.*",
"examples",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": ">= 4.0.0-alpha.3"
},
"homepage": "https://github.com/ashleydw/lightbox",
"authors": [
"ashleydw <hello@ashleyd.ws>"
],
"description": "A lightbox gallery plugin for Bootstrap based on the modal plugin",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"license": "MIT"
}