forked from raccourci/angular-kaarousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 840 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-kaarousel",
"version": "2.0.1",
"description": "Full AngularJS carousel",
"main": [
"build/angular-kaarousel.js",
"build/angular-kaarousel.css"
],
"dependencies": {
"angular-touch": "~1.4.2",
"angular": "~1.4.2",
"lodash": "~3.10.1"
},
"devDependencies": {
"angular-mocks": "~1.4.2",
"angular-sanitize": "~1.4.2",
"angular-messages": "~1.4.2",
"angular-aria": "~1.4.2",
"angular-ui-router": "~0.2.15",
"angular-material": "~1.0.5",
"material-design-iconfont": "~0.0.2",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0"
},
"resolutions": {
"angular": "~1.4.2",
"angular-material": "~1.0.5"
},
"ignore": [
"*",
"**/.*",
"!/build/**",
"!/bower.json",
"!/LICENSE",
"!/README.md"
]
}