{
  "name": "bootstrap-message",
  "description": "A simple jQuery plugin that displays info and error messages.",
  "version": "2.0.0",
  "main": "src/js/bootstrap.message.js",
  "scripts": {
    "build": "gulp",
    "version": "npm run build && git add -A .",
    "bump-version": "npm version patch -m \"version bump %s\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jrummell/bootstrap.message.git"
  },
  "keywords": [
    "bootstrap",
    "message",
    "jquery",
    "plugin"
  ],
  "author": "John Rummell",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jrummell/bootstrap.message/issues"
  },
  "homepage": "https://github.com/jrummell/bootstrap.message#readme",
  "dependencies": {
    "bootstrap": "5.3.8",
    "bootstrap-icons": "1.11.3"
  },
  "devDependencies": {
    "gulp": "5.0.1",
    "gulp-rename": "2.1.0",
    "gulp-uglify": "3.0.2"
  }
}
