-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
84 lines (84 loc) · 2.16 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
{
"name": "bionode-watermill",
"version": "0.5.1",
"description": "A (Not Yet Streaming) Workflow Engine",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.spec.js",
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec && rm -rf ./coverage",
"book-build": "gitbook build",
"book-serve": "gitbook serve",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bionode/bionode-watermill.git"
},
"keywords": [
"bionode",
"pipeline",
"workflow",
"parallel",
"streams",
"streaming",
"ngs",
"bioinformatics",
"computational",
"biology"
],
"author": "Julian Mazzitelli <mazzitelli.julian@gmail.com>",
"contributors": [
"Tiago Filipe Salgueiro de Jesus <tiagofilipe12@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bionode/bionode-watermill/issues"
},
"homepage": "https://github.com/bionode/bionode-watermill#readme",
"devDependencies": {
"bionode-ncbi": "^1.6.1",
"cdir": "^0.1.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"codecov": "^1.0.1",
"duplexify": "^3.4.3",
"gitbook-cli": "^2.3.0",
"into-stream": "^2.0.1",
"isstream": "^0.1.2",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"request": "^2.72.0",
"split": "^1.0.0",
"stream-assert": "^2.0.3",
"through2": "^2.0.1"
},
"dependencies": {
"async-done": "^1.2.2",
"bluebird": "^3.4.1",
"chalk": "^1.1.3",
"checksum": "^0.1.1",
"duplexify": "^3.4.5",
"eventemitter2": "^2.0.1",
"fs-extra": "^0.30.0",
"fs-symlink": "^1.2.1",
"globby": "^5.0.0",
"graph.js": "^1.20.10",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.14.0",
"minimatch": "^3.0.2",
"mkdirp": "^0.5.1",
"multimatch": "^2.1.0",
"now-and-later": "^1.0.0",
"once": "^1.3.3",
"readable-stream": "^2.1.4",
"redux": "^3.5.2",
"redux-logger": "^2.10.2",
"redux-saga": "^0.11.0",
"redux-thunk": "^2.1.0",
"socket.io": "^2.0.3",
"stream-from-promise": "^1.0.0",
"snyk": "^1.36.2"
},
"snyk": true
}