forked from khan4019/tree-grid-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
26 lines (26 loc) · 761 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
{
"name": "angular-bootstrap-grid-tree",
"version": "0.1.0",
"description":"A Grid That display Tree Control for AngularJS, using CSS animation and Bootstrap style",
"main":["src/treeGrid.css","src/tree-grid-directive.js"],
"licence":"MIT",
"keywords":["angularjs","bootstrap","tree", "grid","widget"],
"authors":["Md Khan"],
"homepage" :"https://github.com/okigan/tree-grid-directive",
"repository":{
"type":"git",
"url":"git://github.com/okigan/tree-grid-directive"
},
"ignore": [
"temp",
"test",
".gitignore",
"bower.json",
"package.json",
"README.md"
],
"dependencies": {
"angular": ">=1.1.16",
"bootstrap": ">=2.3"
}
}