forked from igvteam/juicebox.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.4 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
{
"name": "juicebox.js",
"version": "2.2.0",
"main": "dist/juicebox.min.js",
"module": "dist/juicebox.esm.js",
"files": [
"dist/**"
],
"author": {
"name": "Jim Robinson"
},
"contributors": [
{
"name": "Douglass Turner"
}
],
"bugs": {
"url": "https://github.com/igvteam/juicebox.js/issues"
},
"scripts": {
"build": "node scripts/updateVersion && npx rollup --config",
"test": "mocha -u tdd -r esm",
"prepack": "npm run build"
},
"keywords": [
"conformation capture",
"hic",
"visualization"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/igvteam/juicebox.js.git"
},
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@xmldom/xmldom": "^0.7.5",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"chai": "^4.2.0",
"core-js": "^3.6.5",
"esm": "^3.2.25",
"finalhandler": "^1.1.2",
"fs-extra": "^8.1.0",
"hic-straw": "^2.0.3",
"igv-ui": "github:igvteam/igv-ui#44dd9d14",
"igv-utils": "github:igvteam/igv-utils#v1.2.3",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"rollup": "^2.59.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-strip": "^1.2.2",
"rollup-plugin-terser": "^7.0.2",
"w3c-xmlhttprequest": "^3.0.0"
}
}