This repository was archived by the owner on Sep 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
{
"name": "gitbackup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node scripts/worker-token generate 'test token' && mkdir -p user_dumps; rm -rf repos/*; jest --forceExit",
"coverage": "jest --forceExit --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovsoinc/gitbackup.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ovsoinc/gitbackup/issues"
},
"homepage": "https://github.com/ovsoinc/gitbackup#readme",
"dependencies": {
"@sindresorhus/df": "^3.1.1",
"async-zip": "^1.0.2",
"axios": "^0.19.1",
"bunyan": "^1.8.12",
"dateformat": "^3.0.3",
"execa": "^4.0.0",
"gunzip-file": "^0.1.1",
"human-number": "^1.0.4",
"ioredis": "^4.14.1",
"iterable-ndjson": "^1.1.0",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"ndjson": "^1.5.0",
"pretty-bytes": "^5.3.0",
"request": "^2.88.0",
"unzipper": "^0.10.5",
"yauzl-promise": "^2.1.3",
"zlib": "^1.0.5"
},
"devDependencies": {
"coveralls": "^3.0.9",
"istanbul": "^1.1.0-alpha.1",
"jest": "^24.9.0",
"supertest": "^4.0.2",
"xo": "^0.25.3"
},
"jest": {
"testRegex": "./test/.*.js$"
}
}