forked from jonmiles/react-bootstrap-treeview
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (52 loc) · 1.08 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"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"
}
],
"main": [
],
"scripts": {
"install": "bower install",
"start": "node app"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"express": "3.4.4"
},
"devDependencies": {
"bower": "1.3.x",
"grunt": "0.4.x",
"grunt-react": "~0.12.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.8.0"
},
"keywords": [
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"react",
"react-component"
]
}