You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
640 B
27 lines
640 B
{ |
|
"name": "slick-carousel", |
|
"main": ["slick/slick.min.js", "slick/slick.css", "slick/slick-theme.css", "slick/fonts/*"], |
|
"version": "1.4.1", |
|
"homepage": "https://github.com/kenwheeler/slick", |
|
"authors": [ |
|
"Ken Wheeler <ken_wheeler@me.com>" |
|
], |
|
"description": "the last carousel you'll ever need", |
|
"keywords": [ |
|
"responsive", |
|
"carousel", |
|
"jquery" |
|
], |
|
"license": "MIT", |
|
"ignore": [ |
|
"**/.*", |
|
"node_modules", |
|
"bower_components", |
|
"test", |
|
"tests", |
|
"index.html" |
|
], |
|
"dependencies": { |
|
"jquery": ">=1.7" |
|
} |
|
}
|
|
|