-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.47 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
{
"name": "biscicol-server",
"version": "1.0.0",
"description": "biscicol-server is a machine level interface to the database back-end storing all indexed results from the [ppo-data-pipeline](https://github.com/biocodellc/ppo-data-pipeline). Front end interfaces which call biscicol-server are the [global PPO data portal](https://github.com/biocodellc/ppo-data-interface) and the [rppo R package](https://github.com/biocodellc/rppo).",
"main": "connection.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"archiver": "^5.3.0",
"cors": "^2.8.5",
"csv-write-stream": "^2.0.0",
"elasticsearch": "^15.5.0",
"express": "^4.18.2",
"fs": "0.0.1-security",
"fs-extra": "^7.0.1",
"helmet": "^3.23.3",
"helmet-csp": "^2.10.0",
"jszip": "^3.6.0",
"mkdirp": "^0.5.5",
"package.json": "^2.0.1",
"pm2": "^3.2.1",
"rdflib": "^0.19.1",
"request": "^2.88.2",
"save": "^2.3.2",
"shortid": "^2.2.16",
"sort-by": "^1.2.0",
"system-sleep": "^1.3.7",
"tar": "^4.4.13",
"url": "^0.11.0",
"zlib": "^1.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biocodellc/biscicol-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/biocodellc/biscicol-server/issues"
},
"homepage": "https://github.com/biocodellc/biscicol-server#readme"
}