Files
ng-qtip2/bower.json
2016-01-03 11:24:25 +02:00

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"
}
}