forked from khan4019/tree-grid-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 723 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 723 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
31
32
33
34
35
36
37
{
"name": "angular-bootstrap-grid-tree",
"version": "0.4.0",
"description": "AngularJS directive for a tree grid, using Bootstrap",
"main": [
"src/treeGrid.css",
"src/tree-grid-directive.js"
],
"licence": "MIT",
"keywords": [
"angularjs",
"bootstrap",
"tree",
"grid",
"widget"
],
"authors": [
"Md Khan"
],
"homepage": "https://github.com/khan4019/tree-grid-directive",
"repository": {
"type": "git",
"url": "https://github.com/khan4019/tree-grid-directive.git"
},
"ignore": [
"temp",
"test",
".gitignore",
"bower.json",
"package.json",
"README.md"
],
"dependencies": {
"angular": ">=1.1.16",
"bootstrap": ">=2.3"
}
}