-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
37 lines (37 loc) · 816 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
{
"name": "carousel-js",
"homepage": "https://github.com/mkay581/carousel-js",
"authors": [
"Mark Kennedy <mkay581@gmail.com>"
],
"description": "Easily implement a dynamic carousel using minimal javascript. Supports Meteor, AngularJS, React, Polymer and any CSS library, e.g. Bootstrap. ",
"moduleType": [
"amd",
"es6",
"node"
],
"keywords": [
"carousel",
"carousels",
"vanilla carousel",
"es6 carousel",
"carousel component",
"carousel module",
"react carousel",
"angular carousel"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": "src/carousel.js",
"dependencies": {
"lodash": "^4.6.1",
"module-js": "^3.0.1",
"promise": "then/promise#^7.1.1"
}
}