{
  "name": "tiesont/bootbox",
  "type": "component",
  "description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework",
  "license": "MIT",
  "authors": [
    {
      "name": "Nick Payne",
      "email": "nick@kurai.co.uk"
    }
  ],
  "require": {
    "components/bootstrap": "*"
  },
  "extra": {
    "component": {
      "scripts": [
        "src/bootbox.js",
        "src/bootbox.locales.js"
      ]
    }
  }
}
