forked from metafizzy/flickity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
43 lines (43 loc) · 851 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
{
"name": "flickity",
"description": "Touch, responsive, flickable carousels",
"main": [
"js/index.js",
"css/flickity.css"
],
"dependencies": {
"desandro-matches-selector": "^2.0.0",
"ev-emitter": "^1.0.2",
"fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0",
"unidragger": "^2.3.0",
"unipointer": "^2.3.0"
},
"devDependencies": {
"flickity-imagesloaded": "^2.0.0",
"flickity-as-nav-for": "^2.0.0",
"jquery-bridget": "^2.0.0",
"qunit": "^2.0.0"
},
"keywords": [
"gallery",
"carousel",
"touch"
],
"homepage": "https://flickity.metafizzy.co",
"authors": [
"Metafizzy"
],
"license": "GPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"sandbox",
"package.json",
"gulpfile.js",
"notes.md"
]
}