-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
111 lines (111 loc) · 2.7 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "pileup",
"version": "0.7.0",
"description": "JavaScript track viewer",
"keywords": [
"genome",
"track",
"bam",
"gene",
"bioinformatics",
"genomics",
"sequencing",
"reads",
"interactive"
],
"main": "dist/main/pileup.js",
"browser": "dist/main/pileup.js",
"files": [
"dist",
"style"
],
"repository": {
"type": "git",
"url": "https://github.com/hammerlab/pileup.js.git"
},
"scripts": {
"watch": "./scripts/watch.sh",
"lint": "./scripts/lint.sh",
"http-server": "http-server .",
"test": "./scripts/test.sh",
"flow": "flow status",
"flow-check": "flow check",
"coverage": "./scripts/generate-coverage.sh",
"build": "./scripts/build.sh"
},
"author": "Dan Vanderkam",
"contributors": [
{
"name": "B. Arman Aksoy",
"email": "arman@aksoy.org"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hammerlab/pileup.js/issues"
},
"homepage": "https://github.com/hammerlab/pileup.js",
"prepush": [
"lint"
],
"dependencies": {
"backbone": "1.1.2",
"d3": "^3.5.5",
"data-canvas": ">=0.1.1",
"errorify": "^0.3.1",
"file-saver": "2.0.2",
"html-to-image": "0.1.1",
"jbinary": "^2.1.3",
"jdataview": "^2.5.0",
"jquery": "3.5.0",
"memory-cache": "0.1.6",
"pako": "^0.2.5",
"q": "^1.1.2",
"react": "^17.0.1",
"react-color": "^2.17.3",
"react-dom": "^17.0.1",
"shallow-equals": "0.0.0",
"underscore": "^1.7.0",
"watch": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-flow": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"arraybuffer-slice": "^0.1.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.0",
"coveralls": "^3.0.3",
"envify": "^3.4.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "7.22.0",
"exorcist": "^0.4.0",
"flow-bin": "^0.120.1",
"http-server": "^0.12.3",
"install": "^0.13.0",
"istanbul": "^0.4.5",
"jsxhint": "git://github.com/strml/JSXHint.git",
"lcov-parse": "0.0.9",
"mocha": "^8.3.0",
"mocha-headless-chrome": "2.0.2",
"npm": "^7.5.4",
"number-to-locale-string": "^1.0.0",
"parse-data-uri": "^0.2.0",
"prepush-hook": "^0.1.0",
"sinon": "^9.2.4",
"smash": "0.0.14",
"source-map": "^0.7.3",
"stats.js": "^1.0.0",
"travis-weigh-in": "^1.0.2",
"uglify-js": "^3.12.8",
"uglifyify": "^5.0.2",
"watchify": "^4.0.0"
}
}