{
  "name": "bootstrap-modbox",
  "version": "1.7.0",
  "description": "Native JavaScript wrapper for simple Bootstrap 5 modals. Provides support for alert, confirm, and prompt modals, as well as advanced custom dialogs.",
  "author": "Eric Robertson",
  "license": "MIT",
  "homepage": "https://erobertson42.github.io/bootstrap-modbox/",
  "bugs": "https://github.com/erobertson42/bootstrap-modbox/issues",
  "keywords": [
    "javascript",
    "bootstrap",
    "bootstrap5",
    "modal",
    "dialog"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/erobertson42/bootstrap-modbox.git"
  },
  "browser": "dist/bootstrap-modbox.min.js",
  "files": [
    "CHANGELOG.md",
    "dist/*"
  ],
  "scripts": {
    "dist": "grunt default",
    "prepare": "npm run dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-uglify": "^5.0.1",
    "uglify-js": "^3.14.2"
  },
  "peerDependencies": {
    "bootstrap": "^5.0.1"
  }
}
