Bower, gitignore

This commit is contained in:
Chen Asraf
2016-01-03 11:24:25 +02:00
parent 2a6e555192
commit 9af922faf6
2 changed files with 34 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
node_modules/
bower_components/
test/
tests/

30
bower.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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"
}
}