-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 889 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 889 Bytes
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
{
"name": "bionode-monarch",
"version": "1.0.0",
"description": "Node.js wrapper for the Monarch REST API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bionode-hack/bionode-monarch.git"
},
"keywords": [
"bionode",
"bioinformatics",
"monarch"
],
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/bionode-hack/bionode-monarch/issues"
},
"homepage": "https://github.com/bionode-hack/bionode-monarch#readme",
"dependencies": {
"JSONStream": "^1.1.3",
"commander": "^2.9.0",
"minimist": "^1.1.1",
"highland": "^3.0.0-beta.2",
"mississippi": "^1.2.0",
"request": "^2.73.0",
"split2": "^2.1.0",
"through2": "^2.0.1"
},
"bin": {
"bionode-monarch": "cli.js"
}
}