-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·51 lines (51 loc) · 1.06 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
{
"author": {
"name": "Anish M Prasad",
"email": "anish.m.prasad@gmail.com",
"url": "http://www.anishmprasad.com/"
},
"bugs": {
"url": "https://github.com/anishmprasad/vis-react/issues"
},
"dependencies": {
"lodash": "^4.17.15",
"uuid": "^7.0.2",
"vis-react-core": "1.0.0"
},
"description": "A react component to render network graphs using vis.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1"
},
"directories": {},
"homepage": "https://github.com/anishmprasad/vis-react#readme",
"keywords": [
"react-component",
"react",
"graph",
"network",
"jsx",
"hammerjs"
],
"license": "MIT",
"main": "./dist/index.js",
"maintainers": [
{
"name": "anish",
"email": "anish.m.prasad@gmail.com"
}
],
"name": "vis-react",
"optionalDependencies": {},
"peerDependencies": {
"react": "^16.13.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/anishmprasad/vis-react.git"
},
"scripts": {},
"version": "0.5.1"
}