-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 736 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 736 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
{
"name": "olgitbridge",
"version": "1.0.0",
"author": "Axel Kittenberger <[email protected]>",
"description": "another overleaf git bridge",
"license": "AGPL-3.0-only",
"main": "./src/server.js",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/axkibe/olgitbridge"
},
"bugs": {
"url": "https://gitlab.com/axkibe/olgitbridge/issues"
},
"homepage": "https://gitlab.com/axkibe/olgitbridge#readme",
"dependencies": {
"active-x-obfuscator": "^0.0.2",
"axios": "^0.24.0",
"axios-cookiejar-support": "^2.0.3",
"form-data": "^4.0.0",
"git-http-backend": "^1.0.2",
"tough-cookie": "^4.0.0",
"uglify-js": "^3.14.3",
"unzipper": "^0.10.11",
"ws": "^8.2.3"
}
}