forked from davidcheungo123/outTree_ec_minimization
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 826 Bytes
/
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
{
"name": "outtree_ec_minimization",
"version": "1.0.0",
"description": "This package is for graph visualization optimization, especially for outTree [COVID19]",
"main": "main.js",
"scripts": {
"test": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidcheungo123/outTree_ec_minimization.git"
},
"keywords": [
"covid",
"graph",
"outtree",
"acyclic",
"directed"
],
"author": "David Cheung",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidcheungo123/outTree_ec_minimization/issues"
},
"homepage": "https://github.com/davidcheungo123/outTree_ec_minimization#readme",
"dependencies": {
"d3": "^7.5.0",
"dotenv": "^16.0.1",
"fs": "^0.0.1-security",
"python-shell": "^3.0.1"
},
"type": "module"
}