UNPKG

bootstrap-vue

Version:

Bootstrap 4 Components for Vue.js 2

134 lines (133 loc) 2.96 kB
{ "name": "bootstrap-vue", "version": "0.15.8", "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", "author": { "name": "Pooya Parsa", "email": "pooya@pi0.ir", "url": "https://github.com/pi0" }, "bugs": { "url": "https://github.com/bootstrap-vue/bootstrap-vue/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bootstrap-vue/bootstrap-vue.git" }, "scripts": { "build": "rollup -c build/rollup.config.js", "watch": "rollup -c build/rollup.config.js --watch", "docs-dev": "nuxt dev build", "docs-gen": "nuxt generate build", "docs-deploy": "cd scripts && ./gh-pages", "lint": "xo", "lint-fix": "xo --fix", "test": "yarn lint" }, "dependencies": { "bootstrap": "^4.0.0-alpha.6", "tether": "latest", "uglify-js-harmony": "^2.7.5", "vue": "^2.2.6" }, "devDependencies": { "clean-css": "^4.0.12", "codemirror": "^5.25.2", "cross-env": "^4.0.0", "eslint-config-vue": "^2.0.2", "eslint-plugin-html": "^2.0.0", "eslint-plugin-vue": "^2.0.1", "highlight-loader": "^0.7.2", "highlightjs": "^9.8.0", "html-loader": "^0.4.5", "lodash": "latest", "markdown-loader": "^2.0.0", "marked": "^0.3.6", "nuxt": "^0.10.6", "rollup": "^0.41.6", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-uglify": "^1.0.2", "rollup-plugin-vue": "^2.3.1", "rollup-watch": "^3.2.2", "xo": "^0.18.1" }, "xo": { "space": 4, "plugins": [ "vue" ], "extensions": [ "vue" ], "ignores": [ "docs/nuxt/plugins/ga.js" ], "envs": [ "node", "browser" ], "globals": [ "Vue" ], "rules": { "camelcase": 0, "import/extensions": 0 } }, "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" ] }