ghproxy/composer.json
2021-01-03 23:25:48 +08:00

18 lines
385 B
JSON

{
"name": "tlanyan/ghproxy",
"description": "Github.com proxy for China mainland users",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "tlanyan",
"email": "tlanyan@hotmail.com"
}
],
"minimum-stability": "stable",
"require": {
"react/event-loop": "^1.1",
"react/http": "^1.2"
}
}