@jthomae1/dselect
Version:
Dropdown select box for bootstrap 5.3
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "@jthomae1/dselect",
"version": "1.1.1",
"description": "Dropdown select box for bootstrap 5.3",
"repository": {
"type": "git",
"url": "git+https://jthomae1@github.com/jthomae1/dselect.git"
},
"keywords": [
"dropdown-select",
"bootstrap-select",
"bootstrap-select2"
],
"author": "jthomae1",
"license": "MIT",
"bugs": {
"url": "https://github.com/jthomae1/dselect/issues"
},
"homepage": "https://github.com/jthomae1/dselect#readme",
"devDependencies": {
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"esbuild": "^0.25.0",
"fs-extra": "^11.3.0",
"gulp": "^5.0.0",
"gulp-rename": "^2.0.0",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.0",
"through2": "^4.0.2"
},
"scripts": {
"build": "gulp build",
"dev": "gulp dev"
},
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"not Explorer <= 11"
]
}