.bower.json
909 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
45
46
47
{
"name": "fotorama",
"version": "4.6.4",
"homepage": "http://fotorama.io/",
"authors": [
"Artem Polikarpov <artpolikarpov@gmail.com>"
],
"description": "A simple, stunning, powerful jQuery gallery.",
"main": [
"fotorama.css",
"fotorama.js"
],
"keywords": [
"gallery",
"ui",
"responsive",
"slider",
"carousel",
"slideshow",
"photo",
"image",
"content",
"video",
"fotorama"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.8"
},
"_release": "4.6.4",
"_resolution": {
"type": "version",
"tag": "4.6.4",
"commit": "bc05ef11b5cd307fd46d50e269abf8c8808fa4e5"
},
"_source": "https://github.com/artpolikarpov/fotorama-bower.git",
"_target": "^4.6.4",
"_originalSource": "fotorama",
"_direct": true
}