package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@jarstone/dselect",
  3. "version": "1.0.4",
  4. "description": "Dropdown select box for bootstrap 5",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://jarstone@github.com/jarstone/dselect.git"
  8. },
  9. "keywords": [
  10. "dropdown-select",
  11. "bootstrap-select",
  12. "bootstrap-select2"
  13. ],
  14. "author": "jarstone",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/jarstone/dselect/issues"
  18. },
  19. "homepage": "https://github.com/jarstone/dselect#readme",
  20. "devDependencies": {
  21. "autoprefixer": "^10.3.1",
  22. "bootstrap": "^5.0.2",
  23. "esbuild": "^0.12.17",
  24. "fs-extra": "^10.0.0",
  25. "gulp": "^4.0.2",
  26. "gulp-rename": "^2.0.0",
  27. "postcss": "^8.3.6",
  28. "postcss-cli": "^8.3.1",
  29. "through2": "^4.0.2"
  30. },
  31. "scripts": {
  32. "build": "gulp build",
  33. "dev": "gulp dev"
  34. },
  35. "browserslist": [
  36. ">= 0.5%",
  37. "last 2 major versions",
  38. "not dead",
  39. "Chrome >= 60",
  40. "Firefox >= 60",
  41. "Firefox ESR",
  42. "iOS >= 12",
  43. "Safari >= 12",
  44. "not Explorer <= 11"
  45. ]
  46. }