{
  "name": "bootstrap-maxlength",
  "version": "2.0.0",
  "version_short": "2.0",
  "description": "A visual feedback indicator for the MaxLength attribute",
  "main": "dist/bootstrap-maxlength.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mimo84/bootstrap-maxlength.git"
  },
  "homepage": "https://github.com/mimo84/bootstrap-maxlength",
  "keywords": [
    "form",
    "maxlength",
    "html5",
    "input",
    "feedback",
    "jquery-plugin",
    "jquery",
    "bootstrap",
    "bs"
  ],
  "author": "Maurizio Napoleoni @mimonap",
  "contributors": [
    "Maurizio Napoleoni @mimonap",
    "djibe @djibe"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mimo84/bootstrap-maxlength/issues"
  },
  "scripts": {
    "test": "eslint \"src/**\" --report-unused-disable-directives",
    "dist": "terser src/bootstrap-maxlength.js -o dist/bootstrap-maxlength.js --format beautify && terser src/bootstrap-maxlength.js -o dist/bootstrap-maxlength.min.js -c"
  },
  "dependencies": {
    "bootstrap": "^5.3.3",
    "jquery": "^3.7.1",
    "qunit": "^2.22.0"
  },
  "devDependencies": {
    "eslint": "^9.13.0",
    "terser": "^5.36.0"
  }
}
