forked from devmark/angular-slick-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 760 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
{
"name": "angular-slick-carousel",
"version": "1.0.1",
"main": "dist/slick.js",
"ignore": [
"src",
"example",
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests",
"Gruntfile.js",
"README.md",
"package.json"
],
"dependencies": {
"slick-carousel": "~1.3.1",
"angular": ">=1.2.0"
},
"homepage": "https://github.com/kbdaitch/angular-slick-carousel",
"authors": [
"Karan Batra-Daitch <[email protected]>"
],
"description": "Angular directive for slick carousel",
"keywords": [
"angular",
"directive",
"slick",
"carousel",
"slick-carousel"
],
"license": "MIT",
"devDependencies": {
"angular-mocks": "~1.2.16"
}
}