UNPKG

@skem9/dselect

Version:

Dropdown select box for bootstrap 5 with search, multiple, tag and image support

84 lines (83 loc) 1.91 kB
{ "name": "@skem9/dselect", "version": "1.1.5", "description": "Dropdown select box for bootstrap 5 with search, multiple, tag and image support", "repository": { "type": "git", "url": "git+https://yohn@github.com/Yohn/dselect.git" }, "type": "commonjs", "scripts": { "build": "gulp build", "dev": "gulp dev", "test": "jest" }, "keywords": [ "dropdown-select", "bootstrap-select", "bootstrap-select2", "bootstrap-5", "form-select", "dselect", "bootstrap-5-extra", "select", "select2", "tags", "bootstrap-tags", "vanilla-js", "form-tags" ], "author": { "name": "Yohn", "url": "https://github.com/Yohn" }, "contributors": [ { "name": "jarstone", "url": "https://github.com/jarstone" }, { "name": "Rpgdudester", "url": "https://github.com/Rpgdudester" }, { "name": "MaxEtMoritz", "url": "https://github.com/MaxEtMoritz" }, { "name": "martinikf", "url": "https://github.com/martinikf" } ], "license": "MIT", "bugs": { "url": "https://github.com/Yohn/dselect/issues" }, "homepage": "https://github.com/Yohn/dselect#readme", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "autoprefixer": "^10.4.20", "bootstrap": "^5.3.3", "esbuild": "^0.12.29", "eslint": "^9.14.0", "fs-extra": "^10.1.0", "gulp": "^5.0.0", "gulp-rename": "^2.0.0", "jest": "^29.7.0", "postcss": "^8.4.47", "postcss-cli": "^8.3.1", "through2": "^4.0.2" }, "browserslist": [ ">= 0.5%", "last 2 major versions", "not dead", "Chrome >= 60", "Firefox >= 60", "Firefox ESR", "iOS >= 12", "Safari >= 12", "not Explorer <= 11" ] }