summaryrefslogblamecommitdiff
path: root/bower.json
blob: ff2c3793223447bdef60c3575fc7900aa83ef6e9 (plain) (tree)
































                                                        
{
    "name": "slick-carousel",
    "main": [
        "slick/slick.js",
        "slick/slick.css",
        "slick/slick.less",
        "slick/slick.scss"
    ],
    "version": "1.6.0",
    "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",
        "package.json",
        "index.html"
    ],
    "dependencies": {
        "jquery": ">=1.7"
    }
}