-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "gramene-mongodb",
"version": "0.0.0",
"description": "Gramene's MongoDB ETL code",
"main": "index.js",
"scripts": {
"test": "node node_modules/jasmine-node/lib/jasmine-node/cli.js spec"
},
"repository": {
"type": "git",
"url": "git://github.com/warelab/gramene-mongodb"
},
"keywords": [
"bioinformatics"
],
"author": "Andrew Olson",
"license": "MIT",
"bugs": {
"url": "https://github.com/warelab/gramene-mongodb/issues"
},
"homepage": "https://github.com/warelab/gramene-mongodb",
"dependencies": {
"binary-search-bounds": "^2.0.5",
"byline": "^5.0.0",
"fast-xml-parser": "^3.20.3",
"flat-to-nested": "^1.1.1",
"gramene-bins-client": "^2.3.0",
"gramene-mongodb-config": "git+ssh://[email protected]:warelab/gramene-mongodb-config.git#sorghum_v7",
"gramene-trees-client": "^2.6.1",
"line-reader": "^0.4.0",
"minimist": "^1.2.5",
"mongodb": "^4.1.3",
"mysql": "^2.18.1",
"redis": "^3.1.2",
"request": "^2.88.2",
"stream-spigot": "^3.0.6",
"sync-request": "^6.1.0",
"through2": "^4.0.2",
"tree-model": "^1.0.7",
"xml-stream": "^0.4.5"
}
}