-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 777 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 777 Bytes
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
{
"name": "angular-owl-carousel",
"version": "1.0.6",
"description": "Angular directive that uses owl carousel by David Deutsch",
"main": "dist/angular-carousel.min.js",
"authors": [
"Jason P <jmpanugaling@gmail.com>"
],
"license": "MIT",
"keywords": [
"owl",
"owl.carousel",
"angular-carousel",
"carousel"
],
"homepage": "https://github.com/dashawk/angularOwlCarousel",
"ignore": [
"**/.*",
"src",
".gitignore",
".bowerrc",
".travis.yml",
"demo.js",
"demo.html",
"gulpfile.js",
"README.md",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"owl.carousel": "^2.2.1"
},
"devDependencies": {
"angular": "^1.6.4",
"bootstrap": "^3.3.7"
}
}