summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 01:28:44 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 01:28:44 +0100
commit604734c4a960aac3d99f1008337181ed2b0f04db (patch)
tree0cc5a4a9c958edce1b28366a446b75f6a720f6dc /bower.json
downloadludivine-slick-component-604734c4a960aac3d99f1008337181ed2b0f04db.tar.gz
ludivine-slick-component-604734c4a960aac3d99f1008337181ed2b0f04db.tar.zst
ludivine-slick-component-604734c4a960aac3d99f1008337181ed2b0f04db.zip
Validation initialeHEAD1.6.0master
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}