summaryrefslogtreecommitdiff
path: root/slick.jquery.json
diff options
context:
space:
mode:
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}