forked from nickperkinslondon/angular-bootstrap-nav-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
29 lines (29 loc) · 840 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
{
"name": "angular-bootstrap-nav-tree",
"version": "0.2.0",
"description":"A Tree Control for AngularJS, using CSS animation and Bootstrap style",
"main":["dist/abn_tree_directive.js","dist/abn_tree.css"],
"licence":"MIT",
"keywords":["angularjs","bootstrap","tree","widget"],
"authors":["Nick Perkins"],
"homepage" :"https://github.com/nickperkinslondon/angular-bootstrap-nav-tree",
"repository":{
"type":"git",
"url":"git://github.com/nickperkinslondon/angular-bootstrap-nav-tree"
},
"ignore": [
"src",
"temp",
"test",
".gitignore",
"Gruntfile.coffee",
"Gruntfile.js",
"bower.json",
"package.json",
"README.md"
],
"dependencies": {
"angular": ">=1.0",
"bootstrap": ">=2.3"
}
}