blob: eefb32672560f2e1cf4a1699ed617136a09a4a19 (
plain) (
tree)
|
|
{
"name": "immae/ludivine-slick-component",
"description": "Slick component.",
"type": "component",
"keywords": ["ui", "jquery", "carousel", "responsive", "slider"],
"homepage": "http://kenwheeler.github.io/slick/",
"license": [ "MIT" ],
"authors": [
{
"name": "kenwheeler",
"homepage": "https://github.com/kenwheeler/slick/"
}
],
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.7"
},
"support": {
"issues": "https://github.com/kenwheeler/slick/issues",
"source": "https://github.com/kenwheeler/slick"
},
"extra": {
"component": {
"scripts": [
"slick/slick.min.js",
"slick/slick.css",
"slick/slick-theme.css"
],
"files": [
"slick/**"
]
}
}
}
|