2025-07-15 08:50:42 +00:00

32 lines
877 B
JSON

{
"name": "clue/term-react",
"description": "Streaming terminal emulator, built on top of ReactPHP.",
"keywords": ["terminal", "control codes", "xterm", "ANSI", "ASCII", "VT100", "csi", "osc", "apc", "dps", "pm", "C1", "C0", "streaming", "ReactPHP"],
"homepage": "https://github.com/clue/reactphp-term",
"license": "MIT",
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
}
],
"require": {
"php": ">=5.3",
"react/stream": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
"react/event-loop": "^1.2"
},
"autoload": {
"psr-4": {
"Clue\\React\\Term\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Clue\\Tests\\React\\Term\\": "tests/"
}
}
}