forked from mihnsen/ui-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·46 lines (46 loc) · 894 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
44
45
46
{
"name": "bb-angular-ui-carousel",
"version": "1.0.4",
"authors": [
{
"name": "Bigbasket",
"email": "balaji.doniparthi@bigbasket.com"
}
],
"description": "A simple, lightweight carousel for angularjs.",
"main": [
"dist/ui-carousel.js",
"dist/ui-carousel.css"
],
"keywords": [
"ui-carousel",
"carousel",
"carousel",
"angular-carousel",
"angular-carousel",
"angular-ui-carousel",
"ng-carousel"
],
"ignore": [
"src",
"test",
"demo",
".tmp",
"_gh-pages",
"gulpfile.js",
"karma-*.conf.js",
"**/.*"
],
"license": "MIT",
"homepage": "https://github.com/BigBasket/ui-carousel",
"dependencies": {},
"devDependencies": {
"angular-mocks": ">=1.2.0",
"angular": "1.6",
"angular-sanitize": ">=1.2.0",
"prism": "^1.5.1"
},
"resolutions": {
"angular": "1.6.3"
}
}