.bower.json
969 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
40
41
42
43
44
{
"name": "lightbox2",
"homepage": "http://lokeshdhakar.com/projects/lightbox2/",
"authors": [
"Lokesh Dhakar <lokesh.dhakar@gmail.com>"
],
"description": "The original Lightbox script. Uses jQuery.",
"main": [
"./dist/js/lightbox.js",
"./dist/css/lightbox.css",
"./dist/images/close.png",
"./dist/images/loading.gif",
"./dist/images/next.png",
"./dist/images/prev.png"
],
"keywords": [
"lightbox",
"lightbox2",
"overlay",
"gallery",
"slideshow",
"images"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2"
},
"version": "2.8.2",
"_release": "2.8.2",
"_resolution": {
"type": "version",
"tag": "v2.8.2",
"commit": "2eedbf5c740e530e7abc78db6cf0ecec408f6512"
},
"_source": "https://github.com/lokesh/lightbox2.git",
"_target": "^2.8.2",
"_originalSource": "lightbox",
"_direct": true
}