forked from kenwheeler/slick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
{
"name": "slick-carousel",
"version": "1.8.0",
"description": "the last carousel you'll ever need",
"main": "slick/slick.js",
"repository": {
"type": "git",
"url": "https://github.com/kenwheeler/slick.git"
},
"keywords": ["carousel", "slick", "responsive", "js", "slider"],
"author": "Ken Wheeler <[email protected]>",
"contributors": [
{
"name": "ken wheeler",
"email": "[email protected]",
"url": "http://kenwheeler.github.io/"
},
{
"name": "simon goellner",
"email": "[email protected]",
"url": "http://simey.me"
},
{
"name": "ahmad el-alfy",
"email": "[email protected]",
"url": "http://www.alfy.me"
},
{
"name": "leggomuhgreggo",
"email": "[email protected]"
},
{
"name": "ashley mcknight",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kenwheeler/slick/issues"
},
"peerDependencies": {
"jquery": ">=1.8.0"
}
}