-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
37 lines (37 loc) · 1.09 KB
/
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
{
"name": "proportionalmultibw",
"homepage": "https://github.com/keiranmraine/proportionalmultibw",
"authors": [
"Keiran Raine <[email protected]>"
],
"description": "A JBrowse plugin for plotting stacked bars using multiple bigwig subtracks",
"main": "js/main.js",
"keywords": [
"bioinformatics",
"jbrowse"
],
"license": "AGPL2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"tests"
],
"devDependencies": {
"jasmine-core": "jasmine#^2.4.1",
"dgrid": "dgrid#^v1.2.1",
"dojo": "dojo#^1.13.0",
"dijit": "dijit#^1.9.9",
"FileSaver": "FileSaver#1.2.0",
"dojox": "dojox#^1.9.9",
"dojoLoader": "dojo/loader#^2.0.0",
"jdataview": "jdataview#^v2.5.0",
"lazyload": "lazyload#^v3.2.2",
"util": "util#^3.46.1",
"xstyle": "xstyle#^v0.3.2",
"jbrowse": "https://github.com/GMOD/jbrowse/releases/download/1.14.2-release/JBrowse-1.14.2-dev.zip"
},
"wibble": "rm -rf FileSaver dbind dgrid dijit dojo dojox jDataView jasmine-core jbrowse json-schema jszlib lazyload put-selector util xstyle"
}