-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 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
{
"name": "bionode-eva",
"description": "European Variant Archive (EVA) ------------------------------",
"version": "1.0.0",
"bugs": {
"url": "https://github.com/bionode-hack/bionode-eva/issues"
},
"devDependencies": {
"nodemon": "^1.9.2"
},
"homepage": "https://github.com/bionode-hack/bionode-eva#readme",
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bionode-hack/bionode-eva.git"
},
"scripts": {
"start": "nodemon --watch ./ index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"command-line-args": "^3.0.0",
"jsonstream": "^1.0.3",
"mississippi": "^1.2.0",
"request": "^2.73.0",
"split2": "^2.1.0",
"through2": "^2.0.1"
},
"bin": {
"bionode-eva": "index.js"
}
}