Skip to content

Commit 1470a94

Browse files
committed
add bower file
1 parent e8057ca commit 1470a94

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "angular-advanced-searchbox",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/dnauck/angular-advanced-searchbox",
5+
"authors": [
6+
"Daniel Nauck <[email protected]>"
7+
],
8+
"description": "A directive for AngularJS providing a advanced visual search box",
9+
"main": "src/angular-advanced-searchbox.js",
10+
"keywords": [
11+
"search",
12+
"angular",
13+
"bootstrap"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

0 commit comments

Comments
 (0)