mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 05:53:27 -05:00
32 lines
837 B
JSON
32 lines
837 B
JSON
{
|
|
"name": "visiosoft/connect-module",
|
|
"type": "streams-addon",
|
|
"description": "Securely expose Streams data to an extensible public API.",
|
|
"homepage": "https://openclassify.com/",
|
|
"authors": [
|
|
{
|
|
"name": "Visiosoft, LTD.",
|
|
"email": "support@visiosoft.com.tr",
|
|
"homepage": "https://visiosoft.com.tr/",
|
|
"role": "Owner"
|
|
},
|
|
{
|
|
"name": "Vedat Akdoğan",
|
|
"email": "vedat@visiosoft.com.tr",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "info@openclassify.com"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Visiosoft\\ConnectModule\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"laravel/passport": "v10.3.2",
|
|
"visiosoft/username_authenticator-extension": "*"
|
|
}
|
|
}
|