forked from kenwheeler/slick
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
75 lines (75 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@accessible360/accessible-slick",
"version": "1.0.1",
"description": "the last (accessible) carousel you'll ever need",
"main": "slick/slick.js",
"repository": {
"type": "git",
"url": "https://github.com/Accessible360/accessible-slick.git"
},
"keywords": [
"accessible",
"accessibility",
"wcag",
"carousel",
"slick",
"responsive",
"js",
"slider",
"jquery-plugin"
],
"author": "Accessible360 <jwebb@accessible360.com>",
"contributors": [
{
"name": "jason webb",
"email": "jwebb@accessible360.com",
"url": "https://accessible360.com"
},
{
"name": "ken wheeler",
"email": "ken_wheeler@me.com",
"url": "http://kenwheeler.github.io/"
},
{
"name": "simon goellner",
"email": "simey.me@gmail.com",
"url": "http://simey.me"
},
{
"name": "ahmad el-alfy",
"email": "ahmadalfy@gmail.com",
"url": "http://www.alfy.me"
},
{
"name": "leggomuhgreggo",
"email": "gwestneat@gmail.com"
},
{
"name": "ashley mcknight",
"email": "ash@sharpteef.net"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Accessible360/accessible-slick/issues"
},
"peerDependencies": {
"jquery": ">=1.8.0"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"del": "^5.1.0",
"grunt": "^1.2.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"node-sass": "^4.14.1"
}
}