forked from ashleydw/lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 904 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
{
"name": "ekko-lightbox",
"version": "4.0.2",
"main": "./dist/ekko-lightbox.min.js",
"ignore": [
"**/.*",
"examples",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": ">= 3.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-banner": "~0.2.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-recess": "~0.3.3"
},
"homepage": "https://github.com/ashleydw/lightbox",
"authors": [
"ashleydw <[email protected]>"
],
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"license": "MIT"
}