mirror of
https://github.com/chenasraf/ng-qtip2.git
synced 2026-05-17 17:58:05 +00:00
Bower, gitignore
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
node_modules/
|
||||
bower_components/
|
||||
test/
|
||||
tests/
|
||||
30
bower.json
Normal file
30
bower.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user