-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "react-context-menu",
"version": "0.0.1",
"description": "Nice, easy to use component, made with React and Twitter Bootstrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/eliftech/contextmenu-react-bootstrap.git"
},
"keywords": [
"contextmenu",
"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/contextmenu-react-bootstrap/issues"
},
"devDependencies": {
"react": ">= 0.14.6",
"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"
},
"peerDependencies": {
"react": ">= 0.14.6"
}
}