mirror of
https://github.com/danog/tonProxy.git
synced 2024-11-26 12:04:49 +01:00
19 lines
490 B
JSON
19 lines
490 B
JSON
{
|
|
"name": "danog/ton-proxy",
|
|
"description": "Websocket proxy for the TON blockchain ADNL protocol",
|
|
"minimum-stability": "dev",
|
|
"type": "project",
|
|
"require": {
|
|
"amphp/websocket-server": "dev-master as v2.0.0-rc1",
|
|
"amphp/http-server-static-content": "^1",
|
|
"amphp/http-server-router": "^1",
|
|
"amphp/log": "^1"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
]
|
|
}
|