mirror of
https://gh.wpcy.net/https://github.com/verygoodplugins/freescout-github.git
synced 2026-05-23 16:03:57 +08:00
25 lines
No EOL
588 B
JSON
25 lines
No EOL
588 B
JSON
{
|
|
"name": "freescout/github-module",
|
|
"description": "GitHub Integration for FreeScout",
|
|
"type": "freescout-module",
|
|
"keywords": ["github", "integration", "issues", "ai"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "FreeScout Team",
|
|
"email": "support@freescout.net"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\Github\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\Github\\Providers\\GithubServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
} |