forked from dnauck/angular-advanced-searchbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 787 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "angular-advanced-searchbox",
"version": "2.0.0-dev",
"homepage": "https://github.com/dnauck/angular-advanced-searchbox",
"authors": [
"Daniel Nauck <[email protected]>"
],
"description": "A directive for AngularJS providing a advanced visual search box",
"main": [
"dist/angular-advanced-searchbox.min.css",
"dist/angular-advanced-searchbox-tpls.js"
],
"keywords": [
"search",
"angular",
"bootstrap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"Gruntfile.js",
"package.json",
"test",
"tests"
],
"dependencies": {
"angular": "^1.2.28",
"jquery": "^2.1.3",
"bootstrap": "^3.3.2",
"angular-bootstrap": "^0.12.0"
}
}