-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.3 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
{
"name": "phantom_repository-server",
"version": "23.03.20",
"homepage": "https://github.com/PHANTOM-Platform",
"repository": {
"type": "git",
"url": "https://github.com/PHANTOM-Platform/Repository/tree/master/Server"
},
"license": "Apache 2.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "standard",
"test": "./node_modules/mocha/bin/mocha ./test/server-test.js"
},
"author": {
"name": "J.M. Montanana and others at HLRS",
"email": "montanana@hlrs.de",
"url": "http://hlrs.de"
},
"contributors": [
{
"name": "Alexey Cheptsov"
}
],
"dependencies": {
"@hapi/boom": "^9.1.0",
"@hapi/cryptiles": "^5.0.0",
"@hapi/hoek": "^9.0.4",
"archiver": "^3.1.1",
"async": "^2.6.3",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"debug": "^3.2.6",
"elasticsearch": "^16.7.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"express-ws": "^4.0.0",
"fs": "0.0.2",
"http": "0.0.1-security",
"https": "^1.0.0",
"jwt-simple": "^0.5.6",
"mkdir": "0.0.2",
"mkdirp": "^1.0.3",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"serve-favicon": "^2.5.0",
"socks": "^2.3.3"
}
}