fork of https://git.pixie.town/f0x/gitea-registration-proxy (mirror of https://git.sequentialread.com/forest/gitea-registration-proxy)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
680 B
26 lines
680 B
{ |
|
"name": "gitea-registration-proxy", |
|
"version": "0.0.1", |
|
"main": "index.js", |
|
"repository": "https://git.pixie.town/f0x/gitea-registration-proxy", |
|
"author": "f0x", |
|
"license": "AGPL-3.0", |
|
"dependencies": { |
|
"@f0x52/eslint-config": "^1.0.1", |
|
"bhttp": "^1.2.8", |
|
"bluebird": "^3.7.2", |
|
"body-parser": "^1.19.0", |
|
"chalk": "^4.1.1", |
|
"cookie-parser": "^1.4.5", |
|
"create-error": "^0.3.1", |
|
"debug": "^4.3.1", |
|
"eslint": "^7.27.0", |
|
"express": "^4.17.1", |
|
"express-promise-router": "^4.1.0", |
|
"jsdom": "^17.0.0", |
|
"pretty-bytes": "^5.6.0", |
|
"supports-color": "^9.0.2", |
|
"syllable": "4.0.0", |
|
"tough-cookie": "^4.0.0" |
|
} |
|
}
|
|
|