summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..ff2c379
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,33 @@
1{
2 "name": "slick-carousel",
3 "main": [
4 "slick/slick.js",
5 "slick/slick.css",
6 "slick/slick.less",
7 "slick/slick.scss"
8 ],
9 "version": "1.6.0",
10 "homepage": "https://github.com/kenwheeler/slick",
11 "authors": [
12 "Ken Wheeler <ken_wheeler@me.com>"
13 ],
14 "description": "the last carousel you'll ever need",
15 "keywords": [
16 "responsive",
17 "carousel",
18 "jquery"
19 ],
20 "license": "MIT",
21 "ignore": [
22 "**/.*",
23 "node_modules",
24 "bower_components",
25 "test",
26 "tests",
27 "package.json",
28 "index.html"
29 ],
30 "dependencies": {
31 "jquery": ">=1.7"
32 }
33}