-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 918 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 918 Bytes
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
{
"name": "inusicongeb",
"version": "0.0.1",
"description": "A tool for genomic context visualization",
"main": "index.js",
"type": "module",
"scripts": {
"test": "test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsaona/InUsIConGeB.git"
},
"keywords": [
"Genomic",
"context",
"data",
"visualization",
"database",
"access"
],
"author": "Vicente Saona",
"license": "ISC",
"bugs": {
"url": "https://github.com/vsaona/InUsIConGeB/issues"
},
"homepage": "https://github.com/vsaona/InUsIConGeB#readme",
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.5.0",
"body-parser": "^1.19.0",
"colorsys": "^1.0.22",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"n-readlines": "^1.0.1",
"shelljs": "^0.8.4"
}
}