forked from kjvelarde/angular-multiselectsearchtree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 732 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 732 Bytes
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
{
"author": "Karl James Velarde",
"name": "kjvelarde-angular-multiselectsearchtree",
"version": "1.1.1",
"description": "Amazing tree list component; bind ready with ability to search, collide selection. Powered by AngularJS",
"main": "index.js",
"homepage": "https://www.kjvelarde.com",
"repository": {
"type": "git",
"url": "https://github.com/kjvelarde/angular-multiselectsearchtree"
},
"dependencies": {
"angular": "~1.3.x",
"bootstrap-css-only": "~3.2.0"
},
"devDependencies": {
"angular-mocks": "~1.3.x"
},
"keywords": [
"angular",
"angularjs",
"multiselect",
"search",
"tree",
"bind",
"hierarchy",
"tree"
],
"license": "MIT"
}