-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bower.json
43 lines (43 loc) · 1002 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": "angular-slick-carousel",
"version": "3.2.0",
"homepage": "https://github.com/devmark/angular-slick-carousel",
"authors": [
"DevMark <[email protected]>"
],
"description": "Angular directive for slick carousel",
"keywords": [
"angular",
"directive",
"slick",
"carousel",
"slick-carousel"
],
"license": "MIT",
"main": [
"dist/angular-slick.js"
],
"dependencies": {
"slick-carousel": "~1.6.0",
"angular": ">=1.3.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-route": "~1.4.0",
"jquery": "~2.1.4",
"bootstrap": "~3.3.5"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.0"
},
"_release": "3.2.0",
"_resolution": {
"type": "version",
"tag": "3.2.0",
"commit": "ce992c2498d4fd1a20ce68989b1db9ff981df6be"
},
"_source": "https://github.com/kyani-inc/angular-slick-carousel.git",
"_target": "~3.2.0",
"_originalSource": "angular-slick-carousel-kyani-inc"
}