forked from jonmiles/react-bootstrap-treeview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 849 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 849 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
38
39
{
"name": "react-bootstrap-treeview",
"description": "React Tree View for Twitter Bootstrap",
"version": "0.1.0",
"homepage": "https://github.com/jonmiles/react-bootstrap-treeview",
"author": {
"name": "Jonathan Miles"
},
"repository": {
"type": "git",
"url": "git://github.com/jonmiles/react-bootstrap-treeview.git"
},
"bugs": {
"url": "https://github.com/jonmiles/react-bootstrap-treeview/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/jonmiles/bootstrap-treeview/blob/master/LICENSE"
}
],
"scripts": {
},
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"react": "^15.4.2"
},
"keywords": [
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"react",
"react-component"
]
}