-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
36
37
38
39
{
"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": "10.1.0",
"author": {
"name": "datavisyn",
"email": "[email protected]",
"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": "mkdir dist && cd build && tar cvzf ../dist/ordino_product.tar.gz *",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"bluebird": "3.7.2",
"chalk": "3.0.0",
"fs-extra": "^9.0.1",
"generator-phovea": "^12.0.0",
"lodash": "4.17.20",
"yamljs": "0.3.0",
"yargs-parser": "18.0.0",
"yeoman-environment": "2.8.0"
},
"devDependencies": {
"cypress": "^7.5.0"
}
}