forked from HelikarLab/ccNetViz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.55 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ccnetviz",
"version": "1.0.17",
"main": "dist/ccNetViz.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-es2015": "^6.24.1",
"google-closure-compiler": "^20180716.0.1",
"jshint": "^2.9.5",
"path": "^0.12.7",
"webpack": "^4.16.2"
},
"licence": "GPL v3",
"repository": {
"type": "git",
"url": "git://github.com/HelikarLab/ccNetViz.git"
},
"keywords": [
"graph",
"graph-theory",
"visualization",
"network",
"node",
"edge",
"vertex",
"link",
"analysis",
"efficiency",
"performance",
"fast",
"speed",
"visualisation",
"visualization",
"draw",
"render",
"biojs",
"cytoscape",
"WebGL"
],
"dependencies": {
"ml-matrix": "^5.0.0",
"pbf": "^3.0.5",
"shelf-pack": "^2.0.1",
"webpack-cli": "^3.1.0"
},
"contributors": [
{
"name": "HelikarLab",
"url": "http://helikarlab.org"
},
{
"name": "Ales Saska",
"email": "[email protected]",
"url": "http://alessaska.cz"
},
{
"name": "Renato Fabbri",
"email": "[email protected]"
}
],
"scripts": {
"lint": "jshint ./dist/ccNetViz.js",
"start": "react-scripts start",
"build": "webpack --mode production && node build.js",
"dev": "webpack --mode development && node build.js",
"webpack-help": "webpack --help",
"compiled": "node build.js compile"
}
}