package.json 512 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@sweetalert2/theme-bootstrap-4",
  3. "version": "2.2.1",
  4. "repository": "sweetalert2/sweetalert2-themes",
  5. "homepage": "https://sweetalert2.github.io/",
  6. "description": "Bootstrap 4 theme for SweetAlert2",
  7. "author": "",
  8. "files": [
  9. "*.css",
  10. "*.scss"
  11. ],
  12. "main": "bootstrap-4.css",
  13. "keywords": [
  14. "sweetalert2",
  15. "bootstrap-4",
  16. "theme",
  17. "themes",
  18. "theming",
  19. "sass"
  20. ],
  21. "bugs": "https://github.com/sweetalert2/sweetalert2-themes/issues",
  22. "license": "MIT"
  23. }