-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 865 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 865 Bytes
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
{
"name": "juicebox-web",
"version": "2.3.6",
"license": "MIT",
"author": {
"name": "Douglass Turner"
},
"contributors": [
{
"name": "Jim Robinson"
}
],
"scripts": {
"build": "npx rollup -c && node scripts/generateJuiceboxConfig.js && node scripts/generateHtml.js index.html && node scripts/generateHtml.js ./aiden_lab_navbar_additions.html aidenLab.html"
},
"devDependencies": {
"@rollup/plugin-strip": "^3.0.1",
"data-modal": "github:igvteam/data-modal#v1.5.0",
"dotenv": "^17.2.4",
"google-utils": "github:igvteam/google-utils#v1.0.2",
"igv-utils": "github:igvteam/igv-utils#v1.4.5",
"igv-widgets": "github:igvteam/igv-widgets#v1.5.4",
"juicebox.js": "github:igvteam/juicebox.js#v3.1.2",
"rollup": "^2.45.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-terser": "^7.0.2"
}
}