{
  "name": "bootstrap-vue",
  "version": "0.23.1",
  "description": "Bootstrap 4 Components for Vue.js 2",
  "main": "dist/bootstrap-vue.common.js",
  "web": "dist/bootstrap-vue.js",
  "module": "dist/bootstrap-vue.esm.js",
  "jsnext:main": "dist/bootstrap-vue.esm.js",
  "style": "dist/bootstrap-vue.css",
  "license": "MIT",
  "homepage": "https://bootstrap-vue.github.io",
  "contributors": [
    {
      "name": "Pooya Parsa",
      "url": "https://github.com/pi0"
    },
    {
      "name": "Troy Morehouse",
      "url": "https://github.com/tmorehouse"
    },
    {
      "name": "SirLamer",
      "url": "https://github.com/SirLamer"
    },
    {
      "name": "Vitaly Mosin",
      "url": "https://github.com/mosinve"
    },
    {
      "name": "vizo",
      "url": "https://github.com/vizo"
    },
    {
      "name": "Alex Regan",
      "url": "https://github.com/alexsasharegan"
    }
  ],
  "bugs": {
    "url": "https://github.com/bootstrap-vue/bootstrap-vue/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bootstrap-vue/bootstrap-vue.git"
  },
  "files": [
    "lib",
    "dist"
  ],
  "scripts": {
    "build": "npm run build:core && npm run build:extra",
    "build:core": "rollup -c build/rollup.config.js",
    "build:extra": "rollup -c build/rollup.extra.config.js",
    "watch": "npm run watch:core",
    "watch:core": "rollup -c build/rollup.config.js --watch",
    "watch:extra": "rollup -c build/rollup.extra.config.js --watch",
    "docs-dev": "nuxt dev",
    "docs-gen": "nuxt generate",
    "docs-publish": "./build/gh-pages",
    "test": "jest --maxWorkers=1",
    "prepublish": "npm run build && npm run test",
    "postpublish": "npm run docs-publish",
    "release": "standard-version"
  },
  "dependencies": {
    "bootstrap": "4.0.0-alpha.6",
    "tether": "latest",
    "vue": "^2.4.2"
  },
  "devDependencies": {
    "@nuxtjs/pwa": "^0.2.0",
    "clean-css": "^4.1.7",
    "codecov": "^2.3.0",
    "codemirror": "^5.28.0",
    "cross-env": "^5.0.5",
    "eslint": "^4.1.1",
    "eslint-plugin-html": "^3.1.1",
    "eslint-plugin-vue": "^2.1.0",
    "eslint-plugin-vue-libs": "^1.2.1",
    "highlight-loader": "^0.7.2",
    "highlightjs": "^9.8.0",
    "html-loader": "^0.5.1",
    "jest": "^20.0.4",
    "jest-vue-preprocessor": "^1.1.0",
    "lodash": "latest",
    "markdown-loader": "^2.0.1",
    "marked": "^0.3.6",
    "nuxt": "1.0.0-rc4",
    "rollup": "^0.45.2",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^8.1.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-uglify": "^2.0.1",
    "rollup-plugin-vue": "^2.4.1",
    "rollup-watch": "^4.3.1",
    "standard-version": "^4.2.0",
    "uglify-es": "^3.0.23"
  },
  "jest": {
    "testRegex": "spec.js$",
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.(vue)$": "<rootDir>/node_modules/jest-vue-preprocessor"
    },
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "keywords": [
    "Bootstrap",
    "Bootstrap 4",
    "Bootstrap for Vue",
    "SSR",
    "Web",
    "Components",
    "Polymer",
    "Vue",
    "VueJS",
    "Vue2",
    "WebComponents",
    "jquery",
    "vue-strap",
    "vueify",
    "vuestrap",
    "CSS",
    "Flexbox",
    "Alert",
    "Breadcrumb",
    "Button",
    "Checkbox",
    "Radio",
    "Card",
    "Carousel",
    "Slider",
    "Collapse",
    "Dropdown",
    "Select",
    "Option",
    "Input",
    "Jumbotron",
    "List",
    "Nav",
    "Modal",
    "Upload",
    "Dropzone",
    "Navbar",
    "Pagination",
    "Popover",
    "Progress",
    "Tab",
    "Table",
    "Tag",
    "Tooltip",
    "Thether"
  ]
}
