forked from Caleydo/ordino_product
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
26
27
28
29
30
31
32
33
34
35
{
"name": "ordino_product",
"description": "Analysis tool for cancer genomics to flexibly rank, filter and explore genes, cell lines and tissue samples.",
"homepage": "https://phovea.caleydo.org",
"version": "6.0.1",
"author": {
"name": "datavisyn",
"email": "contact@datavisyn.io",
"url": "http://datavisyn.io"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Caleydo/ordino_product/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Caleydo/ordino_product.git"
},
"scripts": {
"build": "node build.js --skipTests",
"predist": "npm run build",
"dist": "mkdirp dist && cd build && tar cvzf ../dist/ordino_product.tar.gz *"
},
"dependencies": {
"bluebird": "3.4.6",
"chalk": "1.1.3",
"fs-extra": "^1.0.0",
"generator-phovea": "github:phovea/generator-phovea#88ad91dd288d25e0b0b34101d46656bc3c623fd3",
"lodash": "^4.17.14",
"mkdirp": "0.5.1",
"yamljs": "0.2.8",
"yargs-parser": "4.2.0",
"yeoman-environment": "1.6.6"
}
}