uxrocket.tooltip
Version:
jQuery based Tooltip plugin
29 lines (28 loc) • 535 B
JSON
{
"name": "uxrocket.tooltip",
"version": "1.3.0",
"homepage": "https://github.com/uxrocket/uxrocket.tooltip",
"authors": [
"Bilal Çınarlı <bcinarli@gmail.com>"
],
"description": "jQuery based tooltip plugin",
"main": "lib/uxrocket.tooltip.js",
"dependencies": {
"jquery": ">=1.11.1"
},
"keywords": [
"jQuery",
"javascript",
"tooltip",
"popover",
"uxrocket"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}