diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0048f84 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +bower_components/ +test/ +tests/ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..a011152 --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "angular-qtip2", + "homepage": "https://github.com/chenasraf/angular-qtip2", + "authors": [ + "Chen Asraf " + ], + "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" + } +}