summaryrefslogtreecommitdiff
path: root/slick.jquery.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 /slick.jquery.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 'slick.jquery.json')
-rw-r--r--slick.jquery.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/slick.jquery.json b/slick.jquery.json
new file mode 100644
index 0000000..7af760b
--- /dev/null
+++ b/slick.jquery.json
@@ -0,0 +1,34 @@
1{
2 "name": "slick",
3 "title": "slick",
4 "description": "A jQuery responsive touch carousel",
5 "keywords": [
6 "responsive",
7 "slider",
8 "carousel",
9 "touch",
10 "mobile"
11 ],
12 "version": "1.6.0",
13 "author": {
14 "name": "Ken Wheeler",
15 "url": "http://kenwheeler.github.io"
16 },
17 "maintainers": [{
18 "name": "Ken Wheeler",
19 "email": "dubmediagroup@gmail.com",
20 "url": "http://www.dubmediagroup.com"
21 }],
22 "licenses": [{
23 "type": "MIT",
24 "url": "https://github.com/kenwheeler/slick/blob/master/LICENSE"
25 }],
26 "demo": "http://kenwheeler.github.io/slick/",
27 "bugs": "https://github.com/kenwheeler/slick/issues",
28 "homepage": "https://github.com/kenwheeler/slick/",
29 "docs": "https://github.com/kenwheeler/slick/",
30 "download": "https://github.com/kenwheeler/slick/archive/master.zip",
31 "dependencies": {
32 "jquery": ">=1.7"
33 }
34}