UNPKG

vue-bootstrap-toggle

Version:
41 lines (40 loc) 976 B
{ "name": "vue-bootstrap-toggle", "version": "1.1.4", "description": "A VueJS wrapper for Bootstrap Toggle.", "main": "dist/index.js", "scripts": { "build": "webpack -p", "dev": "webpack -w", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/rhyek/vue-bootstrap-toggle.git" }, "keywords": [ "vuejs", "vue", "bootstrap", "toggle" ], "author": "https://github.com/rhyek", "license": "ISC", "bugs": { "url": "https://github.com/rhyek/vue-bootstrap-toggle/issues" }, "homepage": "https://github.com/rhyek/vue-bootstrap-toggle#readme", "dependencies": { "bootstrap-toggle": "^2.2.2", "merge": "^1.2.0" }, "devDependencies": { "babel-core": "^6.23.1", "babel-loader": "^6.2.10", "babel-preset-env": "^1.1.8", "css-loader": "^0.26.1", "vue-loader": "^11.0.0", "vue-template-compiler": "^2.1.10", "webpack": "^2.2.1" } }