-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1.14 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
{
"name": "hipathia-web",
"description": "hiPathia is a web tool for the interpretation of the consequences of the combined changes of gene expression levels and/or genomic mutations in the context of signalling pathways. hiPathia transforms uninformative gene expression and/or genomic variation data into signalling circuit activities, which carry information on the different cell functionalities triggered by them. Such signalling activities not only account for the underlying molecular mechanisms of diseases or the mode of action of drugs but they can also be used as mechanistic features for the prediction of complex phenotypes.",
"version": "1.7.4",
"license": "GPL-3.0",
"author": "Francisco Salavert Torres",
"contributors": [
{
"name": "Kinza Rian",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/babelomics/hipathia_web.git"
},
"scripts": {
"build": "node ./build.js"
},
"devDependencies": {
"async": "^2.1.5",
"shelljs": "^0.7.7",
"vulcanize": "1.14.8"
}
}