{
  "name": "jquery-validation-bootstrap-tooltip",
  "version": "0.10.1",
  "homepage": "https://github.com/Thrilleratplay/jquery-validation-bootstrap-tooltip",
  "authors": [
    "ThrillerAtPlay <thrilleratplay@gmail.com>"
  ],
  "description": "A drop in extension replacing error labels from jQuery Validation plugin with Twitter Bootstrap tooltips",
  "main": "jquery-validate.bootstrap-tooltip.js",
  "keywords": [
    "jquery",
    "validation",
    "twitter",
    "bootstrap",
    "tooltip",
    "popover",
    "plugin",
    "error",
    "validate"
  ],
  "license": "MIT",
  "dependencies": {
    "jquery": "^1.10",
    "bootstrap": "^3.3.5"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
