{
  "name": "bootstrap-slider",
  "version": "10.6.2",
  "description": "Slider view component for Twitter Bootstrap.",
  "main": "dist/bootstrap-slider.js",
  "style": "dist/css/bootstrap-slider.css",
  "scripts": {
    "pretest": "grunt lint",
    "test": "grunt test",
    "release": "sh ./scripts/release.sh",
    "update-gh-pages": "sh ./scripts/update-gh-pages.sh"
  },
  "homepage": "http://github.com/seiyria/bootstrap-slider",
  "repository": {
    "type": "git",
    "url": "git://github.com/seiyria/bootstrap-slider.git"
  },
  "bugs": {
    "url": "http://github.com/seiyria/bootstrap-slider/issues"
  },
  "author": "bootstrap-slider ",
  "contributors": [
    {
      "name": "Kyle Kemp",
      "twitter": "@seiyria",
      "github": "seiyria"
    },
    {
      "name": "Rohit Kalkur",
      "twitter": "@Rovolutionary",
      "github": "rovolution"
    }
  ],
  "keywords": [
    "slider",
    "bootstrap",
    "twitter",
    "slide"
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "67eb8fe3c26205efc94ae95b3ef37a469eef0b81",
  "dependencies": {},
  "engine": {},
  "devDependencies": {
    "babel-preset-es2015": "6.3.13",
    "bootstrap": "^3.3.6",
    "grunt": "^0.4.5",
    "grunt-babel": "6.0.0",
    "grunt-bump": "0.0.16",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-connect": "0.5.0",
    "grunt-contrib-jasmine": "1.0.3",
    "grunt-contrib-jshint": "0.11.3",
    "grunt-contrib-less": "0.7.0",
    "grunt-contrib-uglify": "0.2.4",
    "grunt-contrib-watch": "0.5.3",
    "grunt-header": "1.0.0",
    "grunt-lesslint": "^3.2.0",
    "grunt-open": "0.2.2",
    "grunt-sass-lint": "^0.2.2",
    "grunt-template": "0.2.0"
  },
  "gruntConfig": {
    "devPort": 9000,
    "js": {
      "highlightjs": "dependencies/js/highlight.min.js",
      "modernizr": "dependencies/js/modernizr.js",
      "jquery": "dependencies/js/jquery.min.js",
      "bindPolyfill": "test/phantom_bind_polyfill.js",
      "slider": "src/js/bootstrap-slider.js"
    },
    "less": {
      "slider": "src/less/bootstrap-slider.less",
      "rules": "src/less/rules.less",
      "variables": "src/less/variables.less"
    },
    "css": {
      "bootstrap": "node_modules/bootstrap/dist/css/bootstrap.min.css",
      "highlightjs": "dependencies/css/highlightjs-github-theme.css"
    },
    "tpl": {
      "SpecRunner": "tpl/SpecRunner.tpl",
      "index": "tpl/index.tpl"
    },
    "temp": {
      "js": "temp/bootstrap-slider.js",
      "jsMin": "temp/bootstrap-slider.min.js",
      "css": "temp/bootstrap-slider.css",
      "cssMin": "temp/bootstrap-slider.min.css"
    },
    "dist": {
      "js": "dist/bootstrap-slider.js",
      "jsMin": "dist/bootstrap-slider.min.js",
      "css": "dist/css/bootstrap-slider.css",
      "cssMin": "dist/css/bootstrap-slider.min.css"
    },
    "spec": "test/specs/**/*.js"
  }
}