2019-03-09 12:47:07 +00:00
|
|
|
{
|
|
|
|
"name": "mirror-to-gitea",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "mirror all your public github repositories to your gitea server",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/jaedle/mirror-to-gitea.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jaedle/mirror-to-gitea/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/jaedle/mirror-to-gitea#readme",
|
|
|
|
"dependencies": {
|
2021-01-11 22:11:31 +00:00
|
|
|
"@octokit/rest": "^18.0.12",
|
2020-10-25 20:11:35 +00:00
|
|
|
"p-queue": "^6.6.2",
|
2019-03-09 12:47:07 +00:00
|
|
|
"superagent": "^4.0.0"
|
|
|
|
}
|
2020-11-01 21:08:37 +00:00
|
|
|
}
|