You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
462 B
22 lines
462 B
{
|
|
"name": "blobt/luxcore",
|
|
"description": "LuxCore Render Controller",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Blobt\\Luxcore\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "blobt",
|
|
"email": "380255922@qq.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"guzzlehttp/guzzle": "~6.0",
|
|
"ozdemirburak/iris": "~2.5.0"
|
|
}
|
|
}
|