forked from hammerlab/pileup.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
107 lines (107 loc) · 2.59 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
{
"name": "pileup",
"version": "0.6.13",
"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": "[email protected]"
}
],
"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",
"jquery": "3.4.1",
"d3": "^3.5.5",
"data-canvas": ">=0.1.1",
"jbinary": "^2.1.3",
"jdataview": "^2.5.0",
"pako": "^0.2.5",
"q": "^1.1.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-color": "^2.17.3",
"shallow-equals": "0.0.0",
"underscore": "^1.7.0",
"memory-cache": "0.1.6",
"html-to-image": "0.1.1",
"file-saver": "2.0.2"
},
"devDependencies": {
"arraybuffer-slice": "^0.1.2",
"babel": "^5.8.23",
"babel-eslint": "8.2.6",
"babel-core": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^10.2.4",
"chai": "^2.0.0",
"coveralls": "^3.0.3",
"envify": "^3.4.0",
"eslint": "^5.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-react": "7.11.1",
"exorcist": "^0.4.0",
"flow-bin": "^0.79.1",
"http-server": "^0.11.0",
"istanbul": "^0.4.5",
"jsxhint": "git://github.com/strml/JSXHint.git",
"lcov-parse": "0.0.9",
"mocha": "^5.2.0",
"mocha-headless-chrome": "2.0.2",
"number-to-locale-string": "^1.0.0",
"parse-data-uri": "^0.2.0",
"prepush-hook": "^0.1.0",
"react-addons-test-utils": "^0.14.0",
"sinon": "^7.2.3",
"smash": "0.0.14",
"source-map": "^0.3.0",
"stats.js": "^1.0.0",
"travis-weigh-in": "^1.0.2",
"uglify-js": "^2.4.23",
"uglifyify": "^3.0.1",
"watchify": "^3.2.1"
}
}