-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
59 lines (59 loc) · 1.38 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.4.9",
"main": "dist/juicebox.min.js",
"module": "dist/juicebox.esm.js",
"type": "module",
"files": [
"dist/**"
],
"author": {
"name": "Jim Robinson"
},
"contributors": [
{
"name": "Douglass Turner"
}
],
"bugs": {
"url": "https://github.com/igvteam/juicebox.js/issues"
},
"scripts": {
"prepack": "npm run build",
"prepare": "npm run build",
"build": "node scripts/updateVersion.cjs && npx rollup --config",
"test": "mocha -ui tdd"
},
"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-strip": "^3.0.1",
"@xmldom/xmldom": "^0.7.5",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"chai": "^4.2.0",
"core-js": "^3.6.5",
"finalhandler": "^1.1.2",
"fs-extra": "^8.1.0",
"google-utils": "github:igvteam/google-utils#v1.0.2",
"hic-straw": "^2.1.2",
"igv": "^2.15.5",
"igv-ui": "github:igvteam/igv-ui#v1.5.0",
"igv-utils": "github:igvteam/igv-utils#v1.4.5",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"rollup": "^2.59.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-terser": "^7.0.2",
"w3c-xmlhttprequest": "^3.0.0"
}
}