{
    "name": "bootstrap-slider-basic",
    "version": "3.3.0",
    "description": "Simplified fork of http://github.com/seiyria/bootstrap-slider/.",
    "main": "js/bootstrap-slider.js",
    "scripts": {
        "test": "grunt test"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/enketo/bootstrap-slider.git"
    },
    "author": "",
    "license": "Apache-2.0",
    "dependencies": {
        "jquery": "*"
    },
    "devDependencies": {
        "grunt": "1.x.x",
        "grunt-contrib-jshint": "1.x.x",
        "grunt-contrib-jasmine": "~0.5.2"
    },
    "gruntConfig": {
        "spec": "spec/**/*.js",
        "js": {
            "jquery": "bower_components/jquery/dist/jquery.min.js"
        },
        "tpl": {
            "SpecRunner": "tpl/SpecRunner.tpl"
        }
    }
}
