wTooltip.jquery.json 1.01 KB
{
  "name": "wTooltip",
  "title": "wTooltip jQuery Plugin",
  "description": "A jQuery tooltip plugin for clean and simple tooltips.  Also supports mousestop event which more closely simulates the way the browser tooltips work by only appearing when a user actually pauses over an element.",
  "keywords": [
    "websanova",
    "wtooltip",
    "tooltip",
    "ui"
  ],
  "version": "1.8.0",
  "author": {
    "name": "Websanova",
    "email": "rob@websanova.com",
    "url": "http://websanova.com"
  },
  "maintainers": [
    {
      "name": "Websanova",
      "email": "rob@websanova.com",
      "url": "http://websanova.com"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/websanova/wTooltip#license"
    }
  ],
  "bugs": "https://github.com/websanova/wTooltip/issues",
  "homepage": "http://wtooltip.websanova.com",
  "docs": "https://github.com/websanova/wTooltip#wtooltipjs",
  "download": "https://github.com/websanova/wTooltip/tags",
  "dependencies": {
    "jquery": ">=1.5"
  }
}