-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 1.87 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
{
"name": "cycledash",
"description": "Variant Caller Analysis Dashboard and Data Management System",
"repository": {
"type": "git",
"url": "/~https://github.com/hammerlab/cycledash.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "/~https://github.com/hammerlab/cycledash/issues"
},
"homepage": "/~https://github.com/hammerlab/cycledash",
"dependencies": {
"bootstrap": "^3.2.0",
"classnames": "^2.2.0",
"d3": "^3.4.11",
"flux": "^2.0.1",
"jquery": "2.1.1",
"marked": "^0.3.2",
"moment": "^2.9.0",
"pileup": "^0.6.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"blanket": "^1.1.6",
"browserify": "^5.11.1",
"coveralls": "^2.11.2",
"del": "^0.1.3",
"es5-shim": "^4.0.3",
"event-stream": "^3.3.1",
"glob": "^4.2.1",
"gulp": "^3.8.8",
"gulp-ext-replace": "^0.2.0",
"gulp-livereload": "^2.1.1",
"gulp-peg": "^0.1.2",
"gulp-react": "^3.1.0",
"gulp-sass": "^2.0.1",
"jsdom": "^1.0.3",
"jsxhint": "^0.7.0",
"livereactload": "^0.6.0",
"mocha": "2.1.0",
"mocha-clean": "^0.4.0",
"mocha-lcov-reporter": "0.0.1",
"pegjs": "^0.8.0",
"process": "^0.9.0",
"react-addons-test-utils": "^0.14.0",
"react-tools": "^0.13.3",
"reactify": "^1.1.1",
"sinon": "1.13.0",
"typeahead.js": "^0.10.5",
"uglifyify": "^3.0.1",
"vcf.js": "^0.2.6",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.2"
},
"config": {
"blanket": {
"pattern": "cycledash/static/js",
"data-cover-never": [
"cycledash/static/js/dist",
"cycledash/static/js/examine/bundled.js",
"node_modules",
"tests"
],
"loader": "../../../tests/js/blanket-stub-jsx.js"
}
},
"scripts": {
"test": "mocha --compilers .:tests/js/preprocessor.js tests/js/*-test.js"
}
}