UNPKG

bootstrap5-toggle

Version:

Bootstrap Toggle is a bootstrap 5 plugin that converts checkboxes into toggles.

66 lines (65 loc) 1.82 kB
{ "name": "bootstrap5-toggle", "version": "5.1.2", "author": { "name": "Pablo Alcaraz Martínez", "url": "https://github.com/palcarazm/" }, "description": "Bootstrap Toggle is a bootstrap 5 plugin that converts checkboxes into toggles.", "homepage": "https://palcarazm.github.io/bootstrap5-toggle/", "license": "MIT", "funding": { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/palcarazm" }, "main": "js/bootstrap5-toggle.ecmas.min.js", "style": "css/bootstrap5-toggle.min.css", "files": [ "css/*", "js/*" ], "scripts": { "build": "grunt build", "postversion": "grunt build && grunt readme && doctoc README.md --github", "prepack": "grunt build && grunt readme && doctoc README.md --github && git add -A && git commit", "test": "cypress run --browser=chrome" }, "keywords": [ "bootstrap", "bootstrap5", "bootstrap-5", "bootstrap 5", "bootstrap checkbox", "bootstrap switch", "bootstrap toggle", "bootstrap-checkbox", "bootstrap-switch", "bootstrap-switch-button", "bootstrap-toggle" ], "repository": { "type": "git", "url": "https://github.com/palcarazm/bootstrap5-toggle.git" }, "bugs": { "url": "https://github.com/palcarazm/bootstrap5-toggle/issues" }, "devDependencies": { "cypress": "^13.8.0", "cypress-plugin-tab": "^1.0.5", "doctoc": "^2.2.0", "dompurify": "^3.0.0", "grunt": "^1.5.3", "grunt-banner": "^0.6.0", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^5.0.0", "grunt-contrib-uglify": "^5.2.1" }, "dependencies": { "bootstrap": "^5.0.0" }, "optionalDependencies": { "jquery": "^3.6.0" } }