forked from dondi/GRNsight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 892 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
39
40
{
"name": "grnsight",
"version": "1.18.1",
"description": "Web app and service for visualizing models of gene regulatory networks",
"directories": {
"test": "test"
},
"dependencies": {
"multiparty": "^4.1.2",
"node-xlsx": "^0.4.0"
},
"devDependencies": {
"chai": "^1.10.0",
"istanbul": "^0.4.2",
"jquery-extend": "^2.0.3",
"mocha": "^2.1.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dondi/GRNsight.git"
},
"keywords": [
"biojs",
"GRN",
"gene regulatory networks",
"network",
"visualization",
"network visualization",
"force graph visualization"
],
"author": "LMU Bioinformatics Group",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dondi/GRNsight/issues"
},
"homepage": "http://dondi.github.io/GRNsight/"
}