{
  "name": "@delmar/bootstrap-vue",
  "version": "2.0.0-rc.12-delmar",
  "description": "BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.",
  "main": "dist/bootstrap-vue.common.js",
  "types": "src/index.d.ts",
  "web": "dist/bootstrap-vue.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "style": "dist/bootstrap-vue.css",
  "license": "MIT",
  "homepage": "https://bootstrap-vue.js.org",
  "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": [
    "src",
    "dist",
    "nuxt",
    "es"
  ],
  "sideEffects": [
    "./es/utils/object.js",
    "./src/utils/object.js",
    "./es/utils/array.js",
    "./src/utils/array.js",
    "**/*.scss",
    "**/*.css",
    "**/*.vue",
    "./docs"
  ],
  "scripts": {
    "build": "scripts/build",
    "watch": "rollup -c scripts/rollup.config.js --watch",
    "docs-dev": "nuxt dev -c docs/nuxt.config.js",
    "docs-gen": "nuxt generate -c docs/nuxt.config.js",
    "docs-build": "nuxt build -c docs/nuxt.config.js",
    "docs-publish": "scripts/docs-publish",
    "test": "jest",
    "lint": "eslint src scripts docs tests nuxt",
    "release": "npm run build && npm run test && standard-version",
    "prepare": "scripts/build",
    "postinstall": "opencollective-postinstall || exit 0"
  },
  "dependencies": {
    "bootstrap": "^4.2.1",
    "lodash.get": "^4.4.2",
    "lodash.startcase": "^4.4.0",
    "opencollective-postinstall": "^2.0.1",
    "popper.js": "^1.14.6",
    "vue-functional-data-merge": "^2.0.7"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "@babel/standalone": "^7.2.5",
    "@nuxtjs/google-analytics": "^2.0.2",
    "@nuxtjs/pwa": "^2.6.0",
    "@vue/test-utils": "^1.0.0-beta.28",
    "autoprefixer": "^9.4.4",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-plugin-istanbul": "^5.1.0",
    "@babel/plugin-syntax-jsx": "^7.2.0",
    "clean-css-cli": "^4.2.1",
    "codecov": "^3.1.0",
    "codemirror": "^5.42.2",
    "cross-env": "^5.2.0",
    "eslint": "^5.12.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.2",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^5.1.0",
    "gh-pages": "^2.0.1",
    "highlightjs": "^9.12.0",
    "html-loader": "^0.5.5",
    "jest": "^23.6.0",
    "loader-utils": "^1.2.3",
    "lodash": "^4.17.11",
    "marked": "^0.6.0",
    "node-sass": "^4.11.0",
    "nuxt-edge": "^2.4.0-25781765.dcdf7c2d",
    "postcss-cli": "^6.1.1",
    "rollup": "^1.0.2",
    "rollup-plugin-babel": "^4.2.0",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-watch": "^4.3.1",
    "sass-loader": "^7.1.0",
    "standard-version": "^4.4.0",
    "terser": "^3.14.1",
    "vue-jest": "^3.0.2",
    "vue": "^2.5.21"
  },
  "jest": {
    "testRegex": "spec.js$",
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      ".*\\.(vue)$": "vue-jest"
    },
    "coverageDirectory": "./coverage/"
  },
  "keywords": [
    "Bootstrap",
    "Bootstrap 4",
    "Bootstrap for Vue",
    "SSR",
    "Web",
    "Components",
    "Directives",
    "Polymer",
    "Vue",
    "VueJS",
    "Vue2",
    "WebComponents",
    "jquery",
    "Popper.js",
    "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"
  ],
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/bootstrap-vue",
    "logo": "https://opencollective.com/opencollective/logo.txt"
  }
}
