UNPKG

ng2-tooltip-directive

Version:
40 lines 1.02 kB
{ "name": "ng2-tooltip-directive", "version": "2.10.3", "description": "Tooltip for Angular", "repository": { "type": "git", "url": "git+https://github.com/drozhzhin-n-e/ng2-tooltip-directive.git" }, "author": { "name": "Nikita Drozhzhin", "email": "drozhzhin.n.e@gmail.com" }, "keywords": [ "Angular", "Angular 2", "ng2", "ngx", "tooltip", "popover" ], "homepage": "http://ivylab.space/tooltip", "license": "MIT", "bugs": { "url": "https://github.com/drozhzhin-n-e/ng2-tooltip-directive/issues" }, "peerDependencies": { "@angular/common": "^10.0.5", "@angular/core": "^10.0.5" }, "dependencies": { "tslib": "^2.0.0" }, "main": "bundles/ng2-tooltip-directive.umd.js", "module": "fesm2015/ng2-tooltip-directive.js", "es2015": "fesm2015/ng2-tooltip-directive.js", "esm2015": "esm2015/ng2-tooltip-directive.js", "fesm2015": "fesm2015/ng2-tooltip-directive.js", "typings": "ng2-tooltip-directive.d.ts", "sideEffects": false }