{
  "name": "bootstrap-layout-scrollable",
  "version": "1.1.0",
  "description": "Bootstrap Layout integration with Simplebar.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "webpack --config src/build/webpack.config.dev.js --progress --watch",
    "build": "NODE_ENV=production webpack --config src/build/webpack.config.production.js --progress",
    "build-dev": "webpack --config src/build/webpack.config.dev.js --progress"
  },
  "main": "dist/bootstrap-layout-scrollable.js",
  "typings": "dist/bootstrap-layout-scrollable",
  "author": "MOSAICPRO <contact@mosaicpro.biz> (http://themeforest.net/user/mosaicpro/portfolio)",
  "license": "ISC",
  "devDependencies": {
    "autoprefixer": "^6.3.3",
    "babel-core": "^6.4.0",
    "babel-loader": "^6.2.1",
    "babel-plugin-transform-runtime": "^6.4.3",
    "babel-preset-es2015": "^6.3.13",
    "babel-runtime": "^5.8.34",
    "css-loader": "^0.23.0",
    "eslint": "^1.10.3",
    "eslint-loader": "^1.2.0",
    "extract-text-webpack-plugin": "^0.9.1",
    "file-loader": "^0.8.5",
    "node-sass": "^3.4.2",
    "postcss-loader": "^0.8.1",
    "sass-importer-npm": "^1.0.0",
    "sass-loader": "^3.1.2",
    "style-import-loader": "^0.2.0",
    "style-loader": "^0.13.0",
    "themekit-webpack-config": "^1.1.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.12.11"
  },
  "dependencies": {
    "bootstrap": "4.0.0-alpha.2",
    "bootstrap-layout": "1.0.0-alpha.8",
    "sass-md-colors": "^1.0.0"
  },
  "keywords": [
    "bootstrap-layout",
    "simplebar.js",
    "scrollbar"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themekit/bootstrap-layout-scrollable.git"
  },
  "bugs": {
    "url": "https://github.com/themekit/bootstrap-layout-scrollable/issues"
  },
  "homepage": "https://github.com/themekit/bootstrap-layout-scrollable#readme"
}
