forked from kenwheeler/slick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 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
45
46
47
48
49
50
{
"name": "slick-carousel",
"version": "1.8.3",
"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": "https://kenwheeler.github.io/"
},
{
"name": "simon goellner",
"email": "[email protected]",
"url": "https://simey.me"
},
{
"name": "ahmad el-alfy",
"email": "[email protected]",
"url": "https://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"
}
}