initial commit

This commit is contained in:
jaedle
2019-03-09 13:47:07 +01:00
commit b2b34b7113
10 changed files with 623 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"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": {
"@octokit/rest": "^16.2.0",
"superagent": "^4.0.0"
}
}