This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
70 lines (70 loc) · 1.64 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "oncoprintjs",
"version": "v5.0.3",
"description": "A data visualization for cancer genomic data.",
"types": "./dist/js/oncoprint.d.ts",
"main": "./dist/oncoprint.bundle.js",
"scripts": {
"build": "rm -rf ./dist/* && webpack",
"build-dev": "yarn build --env.DEV=true",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/cBioPortal/oncoprintjs.git"
},
"keywords": [
"cancer",
"genomics",
"visualization",
"webgl"
],
"author": {
"name": "Adam Abeshouse",
"email": "adamabeshouse@gmail.com"
},
"contributors": [
{
"name": "JJ Gao",
"email": "jianjiong.gao@gmail.com"
},
{
"name": "Gideon Dresdner",
"email": "oncoprintjs@gideonite.com"
},
{
"name": "Fedde Schaeffer",
"email": "fedde@thehyve.nl"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/cBioPortal/oncoprintjs/issues"
},
"homepage": "https://github.com/cBioPortal/oncoprintjs",
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.139",
"@types/mocha": "^5.2.7",
"chai": "^4.1.2",
"jest": "^24.9.0",
"mocha": "^5.0.5",
"ts-jest": "^24.1.0",
"ts-loader": "5.4.5",
"typescript": "^3.6.3",
"url-loader": "^1.1.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.9",
"webpack-shell-plugin": "^0.5.0",
"worker-loader": "^1.1.0"
},
"dependencies": {
"gl-matrix": "2.3.2",
"jquery": "^3.0.0",
"jstat": "^1.7.1",
"lodash": "^4.17.15",
"tayden-clusterfck": "^0.7.0"
}
}