mirror of
https://github.com/chenasraf/ng-qtip2.git
synced 2026-05-17 17:58:05 +00:00
31 lines
621 B
JSON
31 lines
621 B
JSON
{
|
|
"name": "angular-qtip2",
|
|
"homepage": "https://github.com/chenasraf/angular-qtip2",
|
|
"authors": [
|
|
"Chen Asraf <chen@asraf.me>"
|
|
],
|
|
"description": "Angular directive for qTip2, with lots of customization and config options. Supports dynamic templates and controller.",
|
|
"main": "angular-qtip.js",
|
|
"moduleType": [],
|
|
"keywords": [
|
|
"angular",
|
|
"qtip",
|
|
"qtip2",
|
|
"tooltip",
|
|
"tool-tip",
|
|
"tool",
|
|
"tip"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "~1.4.8"
|
|
}
|
|
}
|