slick-lightbox
Version:
A lightbox wrapper for Ken's amazing slick carousel. Credits go to [kenwheeler](https://github.com/kenwheeler) for doing the [hard work](https://github.com/kenwheeler/slick).
41 lines • 850 B
JSON
{
"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"
},
"_release": "1.4.1",
"_resolution": {
"type": "version",
"tag": "1.4.1",
"commit": "e3fc23908d647bb2471c00c316ad57b15667975d"
},
"_source": "git://github.com/kenwheeler/slick.git",
"_target": "~1.4.1",
"_originalSource": "slick-carousel"
}