UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

173 lines (172 loc) 4.12 kB
{ "name": "bootstrap-vue", "version": "1.0.2", "description": "Quickly integrate Bootstrap 4 components with Vue.js", "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": [ "src", "dist", "nuxt", "es" ], "scripts": { "build": "build/build", "watch": "rollup -c build/rollup.config.js --watch", "docs-dev": "nuxt dev -c docs/nuxt.config.js", "docs-gen": "nuxt generate -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": "NODE_ENV=test jest", "release": "npm run build && npm run test && standard-version", "postinstall": "opencollective postinstall || exit 0" }, "peerDependencies": { "vue": "^2.4.2" }, "dependencies": { "lodash.startcase": "^4.4.0", "opencollective": "^1.0.3", "popper.js": "^1.12.6", "vue-functional-data-merge": "^1.0.6" }, "devDependencies": { "@nuxtjs/google-analytics": "^2.0.1", "@nuxtjs/pwa": "^1.0.0", "babel-cli": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-istanbul": "^4.1.5", "bootstrap": "^4.0.0-beta.2", "clean-css": "^4.1.9", "codecov": "^3.0.0", "codemirror": "^5.31.0", "cross-env": "^5.1.0", "eslint": "^4.10.0", "eslint-plugin-html": "^3.2.2", "eslint-plugin-vue": "^2.1.0", "eslint-plugin-vue-libs": "^1.2.1", "gh-pages": "^1.0.0", "highlight-loader": "^0.7.2", "highlightjs": "^9.8.0", "html-loader": "^0.5.1", "jest": "^21.2.1", "lodash": "^4.17.4", "markdown-loader": "^2.0.1", "marked": "^0.3.6", "nuxt": "1.0.0-rc11", "rollup": "^0.50.0", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-vue": "^2.5.2", "rollup-watch": "^4.3.1", "standard-version": "^4.2.0", "uglify-es": "^3.1.7", "vue-jest": "^1.0.2", "vue-test-utils": "^1.0.0-beta.4" }, "jest": { "testRegex": "spec.js$", "moduleFileExtensions": [ "js", "vue" ], "transform": { "^.+\\.js$": "babel-jest", ".*\\.(vue)$": "vue-jest" }, "coverageDirectory": "./coverage/", "collectCoverage": true, "mapCoverage": 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" } }