forked from chenglou/react-treeview
-
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) · 679 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 679 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": "react-treeview",
"version": "0.4.2",
"author": "chenglou <chenglou92@gmail.com>",
"description": "Easy, light, flexible tree view made with React.",
"main": [
"build/react-treeview.js",
"react-treeview.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"package.json",
"demos",
"src",
"server.js",
"webpack.config.js",
"webpack.prod.config.js"
],
"keywords": [
"facebook",
"react",
"treeview",
"tree",
"view",
"treenode"
],
"dependencies": {
"react": ">=0.12.0"
},
"devDependencies": {},
"license": "MIT",
"resolutions": {
"react": "~0.12.1"
}
}