23 строки
473 B
JSON
23 строки
473 B
JSON
{
|
|
"name": "nextcloud/fulltextsearch",
|
|
"description": "Full text search framework for Nextcloud",
|
|
"minimum-stability": "stable",
|
|
"license": "agpl",
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"autoloader-suffix": "FullTextSearch"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Maxence Lange",
|
|
"email": "maxence@artificial-owl.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OCA\\FullTextSearch\\": "lib/"
|
|
}
|
|
}
|
|
}
|