summaryrefslogtreecommitdiff
path: root/slick.jquery.json
blob: 7af760b472cf5c8cd448c5b7186d2f7a670a1f93 (plain) (blame)
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
{
    "name": "slick",
    "title": "slick",
    "description": "A jQuery responsive touch carousel",
    "keywords": [
        "responsive",
        "slider",
        "carousel",
        "touch",
        "mobile"
    ],
    "version": "1.6.0",
    "author": {
        "name": "Ken Wheeler",
        "url": "http://kenwheeler.github.io"
    },
    "maintainers": [{
        "name": "Ken Wheeler",
        "email": "dubmediagroup@gmail.com",
        "url": "http://www.dubmediagroup.com"
    }],
    "licenses": [{
        "type": "MIT",
        "url": "https://github.com/kenwheeler/slick/blob/master/LICENSE"
    }],
    "demo": "http://kenwheeler.github.io/slick/",
    "bugs": "https://github.com/kenwheeler/slick/issues",
    "homepage": "https://github.com/kenwheeler/slick/",
    "docs": "https://github.com/kenwheeler/slick/",
    "download": "https://github.com/kenwheeler/slick/archive/master.zip",
    "dependencies": {
        "jquery": ">=1.7"
    }
}