25 lines
568 B
JSON
25 lines
568 B
JSON
{
|
|
"name": "noccylabs/react-serial",
|
|
"description": "Serial port I/O for ReactPHP",
|
|
"type": "library",
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"NoccyLabs\\React\\Serial\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Vagnetoft",
|
|
"email": "labs@noccy.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"react/event-loop": "^1.5",
|
|
"react/promise": "^3.2",
|
|
"react/stream": "^1.4",
|
|
"react/async": "^4.3",
|
|
"react/partial": "^3.0"
|
|
}
|
|
}
|