bootstrap-vue
Version:
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.
179 lines (178 loc) • 4.56 kB
JSON
{
"name": "bootstrap-vue",
"version": "2.0.0-rc.2",
"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",
"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"
],
"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": "gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git",
"test": "yarn lint && NODE_ENV=test jest",
"lint": "eslint src scripts docs tests nuxt",
"release": "npm run build && npm run test && standard-version",
"postinstall": "opencollective postinstall || exit 0"
},
"dependencies": {
"bootstrap": "^4.0.0",
"lodash.startcase": "^4.4.0",
"opencollective": "^1.0.3",
"popper.js": "^1.12.9",
"vue-functional-data-merge": "^2.0.5"
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.0.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.5",
"clean-css": "^4.1.9",
"codecov": "^3.0.0",
"codemirror": "^5.33.0",
"cross-env": "^5.1.3",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.6.2",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.2.0",
"gh-pages": "^1.1.0",
"highlight-loader": "^0.7.2",
"highlightjs": "^9.8.0",
"html-loader": "^0.5.4",
"jest": "^22.0.6",
"jest-css-modules": "^1.1.0",
"lodash": "^4.17.4",
"markdown-loader": "^2.0.2",
"marked": "^0.3.12",
"nuxt": "^1.4.0",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-css-porter": "^0.1.2",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-vue": "^3.0.0",
"rollup-watch": "^4.3.1",
"standard-version": "^4.3.0",
"uglify-es": "^3.3.6",
"vue-jest": "^2.1.1",
"vue-test-utils": "1.0.0-beta.11"
},
"jest": {
"testRegex": "spec.js$",
"moduleFileExtensions": [
"js",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest",
".*\\.(vue)$": "vue-jest",
".*\\.(css)$": "jest-css-modules"
},
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"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"
}
}