-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 939 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
34
35
36
37
38
{
"name": "cf",
"version": "1.0.0",
"dependencies": {
"async": "^2.6.2",
"download-stats": "^0.3.4",
"express": "^4.16.4",
"file-exists": "^5.0.1",
"formidable": "latest",
"fs": "0.0.2",
"html2canvas": "^1.0.0-alpha.12",
"node-cmd": "^3.0.0",
"npm": "^6.9.0",
"npm-check-updates": "^3.1.1",
"perf_hooks": "0.0.1"
},
"engines": {
"node": "9.8.0"
},
"scripts": {
"start": "node server.js"
},
"description": "## Community Finding (CF) in Phylogenetic Trees using PHYLOViZ Online",
"main": "server.js",
"devDependencies": {
"phylocanvas": "^2.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warcraft12321/Thesis.git"
},
"author": "Luís Rita <luis20dr@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/warcraft12321/Thesis/issues"
},
"homepage": "https://github.com/warcraft12321/Thesis#readme"
}