forked from abureyanahmed/CG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "@map4sci/cg",
"version": "1.0.0",
"description": "A force directed algorithm to generate compact layouts",
"main": "cg.js",
"directories": {
"lib": "lib"
},
"scripts": {
"cg": "node src/cli.js",
"fix-jiggle": "cp src/jiggle-patch.js node_modules/d3-force/src/jiggle.js"
},
"keywords": [
"Force-directed",
"crossing",
"free"
],
"author": "Reyan Ahmed",
"license": "ISC",
"dependencies": {
"big-json": "^3.2.0",
"csv-parser": "^3.0.0",
"cytoscape": "^3.23.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-euler": "^1.2.2",
"cytoscape-svg": "^0.4.0",
"d3": "^7.8.2",
"d3-quadtree": "^3.0.1",
"dotparser": "^1.1.1",
"gen-readlines": "^1.0.1",
"glob": "^9.2.1",
"graphology": "^0.25.1",
"graphology-shortest-path": "^2.0.1",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"mathjs": "^10.1.1",
"natsort": "^2.0.3",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"node-fetch": "^3.3.0",
"numpy": "^0.0.1",
"papaparse": "^5.4.0",
"simulation": "^1.0.1",
"split2": "^4.1.0",
"underscore": "^1.13.2",
"web-worker": "^1.2.0"
},
"type": "module"
}