-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 913 Bytes
/
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
{
"name": "github-org-backup",
"version": "1.0.0",
"description": "Run a full backup of all your Github's git repositories.",
"main": "run.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"git",
"github",
"backup"
],
"author": "Eduardo Quagliato <eduardo@quagliato.me>",
"license": "MIT",
"dependencies": {
"compressjs": "^1.0.3",
"dotenv": "^6.2.0",
"fildes-extra": "^0.6.0",
"got": "^9.2.1",
"moment": "^2.22.2",
"rimraf": "^2.6.2",
"simple-git": "^1.129.0",
"tar": "^4.4.6"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/quagliato/github-org-backup.git"
},
"bugs": {
"url": "https://github.com/quagliato/github-org-backup/issues"
},
"homepage": "https://github.com/quagliato/github-org-backup#readme"
}