{
  "name": "cluetip",
  "version": "1.2.10",
  "title": "clueTip",
  "description": "Displays a highly customizable tooltip when the user interacts with the matched element.",
  "author": {
    "name": "Karl Swedberg",
    "email": "kswedberg@gmail.com",
    "url": "http://www.learningjquery.com/"
  },
  "main": "jquery.cluetip.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kswedberg/jquery-cluetip"
  },
  "homepage": "http://plugins.learningjquery.com/cluetip/",
  "docs": "http://plugins.learningjquery.com/cluetip/",
  "bugs": "https://github.com/kswedberg/jquery-cluetip/issues",
  "demo": "http://plugins.learningjquery.com/cluetip/demo/",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "dependencies": {
    "jquery": ">=1.3"
  },
  "keywords": [
    "jQuery",
    "plugin",
    "tooltip"
  ]
}
