-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
49 lines (43 loc) · 882 Bytes
/
bower.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
{
"name": "bcviz",
"homepage": "https://github.com/wtsi-npg/bcviz",
"moduleType": "amd",
"private": true,
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/wtsi-npg/bcviz"
},
"authors": [
"David Bryson",
"David Jackson <[email protected]>",
"Marina Gourtovaia <[email protected]>",
"Jennifer Liddle <[email protected]>",
"Jaime Tovar <[email protected]>"
],
"dependencies":{
"jquery":"2.2.3",
"d3":"3.5.16",
"requirejs":"2.2.0"
},
"devDependencies":{
"qunit":"1.23.0",
"chai":"3.5.0"
},
"ignore": [
"**/.*",
"external",
"test",
"demo",
"README.md",
"node_modules",
"build"
],
"keywords": [
"QC metrics",
"sequencing",
"bioinformatics",
"visualization"
],
"description": "Visualization of QC metrics for sequencing data"
}