-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
72 lines (72 loc) · 1.75 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
71
72
{
"name": "givengine",
"description": "GIVE (Genomic Interactive Visualization Engine) is a HTML5 library that lets you embed genomic visualization panels as you would standard HTML elements to build a customized genome browser to visualize data from public deposits (such as ENCODE) and/or in-house data.",
"version": "0.3.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine.git"
},
"keywords": [
"genome",
"epigenome",
"browser",
"interaction",
"browser",
"visualization",
"sequencing",
"genotype",
"hic"
],
"contributors": [
{
"name": "CAO Xiaoyi",
"email": "[email protected]",
"url": "https://github.com/caoxiaoyi03"
},
{
"name": "YAN Zhangming",
"email": "[email protected]"
},
{
"name": "WU Qiuyang",
"email": "[email protected]"
},
{
"name": "ZHENG Alvin",
"email": "[email protected]"
},
{
"name": "ZHONG Sheng",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/issues"
},
"homepage": "https://www.givengine.org/",
"dependencies": {
"@polymer/polymer": "^3.0.5",
"axios": "^0.18.1",
"express": "^4.16.4",
"pako": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"chai": "^4.2.0",
"eslint": "^5.7.0",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"mocha": "^5.2.0"
},
"standard": {
"globals": [
"Polymer"
]
}
}