forked from chenglou/react-treeview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1014 Bytes
/
package.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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-treeview",
"version": "0.3.8",
"description": "Easy, light, flexible tree view made with React.",
"main": "react-treeview.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/selenium & node_modules/.bin/hux test/",
"build": "node_modules/.bin/jsx react-treeview.jsx > react-treeview.js"
},
"repository": {
"type": "git",
"url": "https://github.com/chenglou/react-treeview.git"
},
"keywords": [
"facebook",
"react",
"treeview",
"tree",
"view",
"treenode",
"react-component"
],
"author": "chenglou <chenglou92@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chenglou/react-treeview/issues"
},
"homepage": "https://github.com/chenglou/react-treeview",
"dependencies": {
"envify": "^1.2.1",
"react": "^0.11.2"
},
"devDependencies": {
"huxley": "^0.8.1",
"react-tools": "^0.10.0",
"selenium-server": "^2.43.1"
}
}