elh-tooltip
Version:
A light directive to create tooltip in Angular
32 lines (31 loc) • 565 B
JSON
{
"name": "elh-tooltip",
"authors": [
"Dieter Stinglhamber <elhebert@hotmail.be>"
],
"description": "A light directive to create tooltips in Angular",
"main": "tooltip.js",
"repository": {
"type": "git",
"url": "git@github.com:Elhebert/elh-tooltip.git"
},
"moduleType": [],
"keywords": [
"tooltip",
"ng",
"angular",
"ngtooltip"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.0"
}
}