UNPKG

vue-bootstrap-slider

Version:
73 lines (72 loc) 2.08 kB
{ "name": "vue-bootstrap-slider", "version": "2.1.8", "description": "Vue bindings for seiyria/bootstrap-slider", "author": "pimlie <pimlie@hotmail.com>", "main": "dist/vue-bootstrap-slider.common.js", "web": "dist/vue-bootstrap-slider.js", "module": "lib/index.js", "jsnext:main": "lib/index.js", "license": "MIT", "homepage": "https://github.com/pimlie/vue-bootstrap-slider", "repository": { "type": "git", "url": "git+https://github.com/pimlie/vue-bootstrap-slider.git" }, "files": [ "dist", "lib", "es" ], "scripts": { "build": "scripts/build.sh", "lint": "eslint --ignore-path .gitignore --ext .js,.vue lib tests", "test": "jest", "release": "npm run build && npm run test && standard-version" }, "keywords": [ "vue-component", "vue", "component", "bootstrap", "bootstrap-slider" ], "dependencies": { "bootstrap-slider": "^10.6.0", "lodash": "^4.17.11" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "^7.3.1", "@babel/runtime": "^7.3.1", "@nuxtjs/eslint-config": "^0.0.1", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^24.1.0", "babel-preset-env": "^1.7.0", "bootstrap": "^4.2.1", "eslint": "^5.13.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jest": "^22.2.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", "jest": "^24.1.0", "rollup": "^1.1.2", "rollup-plugin-buble": "^0.19.6", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-terser": "^4.0.4", "rollup-plugin-vue": "^4.7.1", "rollup-watch": "^4.3.1", "standard-version": "^4.4.0", "uglify-es": "^3.3.10", "vue": "^2.6.3", "vue-jest": "^3.0.2", "vue-template-compiler": "^2.6.3" } }