-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
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
{
"name": "treeview-react-bootstrap",
"version": "0.4.6",
"description": "Nice, easy to use component to displaying tree structures, made with React and Twitter Bootstrap",
"main": "index.js",
"scripts": {
"test": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/eliftech/treeview-react-bootstrap.git"
},
"keywords": [
"tree",
"treeview",
"tree-view",
"react",
"react-component",
"bootstrap",
"javascript"
],
"author": {
"name": "Elif Technologies"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/eliftech/treeview-react-bootstrap/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/eliftech/treeview-react-bootstrap/issues"
},
"devDependencies": {
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"react": ">= 0.14.6",
"webpack": "^1.13.0"
},
"peerDependencies": {
"react": ">= 0.14.6"
}
}