{
  "name": "vue-bootstrap-layout",
  "version": "1.0.0-alpha.1",
  "description": "Vue.js components using Bootstrap Layout",
  "main": "dist/vue-bootstrap-layout.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"
  },
  "author": "Laza Bogdan <laza.bogdan@macro-net.ro>",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.8.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-runtime": "^6.6.1",
    "copyfiles": "^0.2.1",
    "css-loader": "^0.23.1",
    "eslint": "^1.10.3",
    "eslint-loader": "^1.2.0",
    "vue-hot-reload-api": "^1.3.2",
    "vue-html-loader": "^1.2.2",
    "vue-loader": "^8.3.1",
    "vue-style-loader": "^1.0.0",
    "webpack": "^1.12.11",
    "webpack-config-api": "^0.2.1"
  },
  "dependencies": {
    "bootstrap-layout": "1.0.0-alpha.8",
    "bootstrap-layout-scrollable": "^1.0.2",
    "mout": "^1.0.0",
    "vue": "^1.0.24"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themekit/vue-bootstrap-layout.git"
  },
  "keywords": [
    "vue",
    "bootstrap-layout"
  ],
  "bugs": {
    "url": "https://github.com/themekit/vue-bootstrap-layout/issues"
  },
  "homepage": "https://github.com/themekit/vue-bootstrap-layout#readme"
}
