24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "noccylabs/react-utilities",
|
|
"description": "Some quality of life utilities for ReactPHP",
|
|
"type": "library",
|
|
"require": {
|
|
"react/event-loop": "^1.5"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"NoccyLabs\\React\\Utilities\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Vagnetoft",
|
|
"email": "labs@noccy.com"
|
|
}
|
|
]
|
|
}
|