mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
17 lines
395 B
JSON
17 lines
395 B
JSON
|
{
|
||
|
"name": "MeiliSearch",
|
||
|
"description": "Ultra relevant, instant and typo-tolerant full-text search API",
|
||
|
"keywords": [
|
||
|
"search-engine",
|
||
|
"instant search",
|
||
|
"search API"
|
||
|
],
|
||
|
"website": "https://docs.meilisearch.com/",
|
||
|
"repository": "https://github.com/meilisearch/MeiliSearch",
|
||
|
"buildpacks": [
|
||
|
{
|
||
|
"url": "https://github.com/emk/heroku-buildpack-rust"
|
||
|
}
|
||
|
]
|
||
|
}
|