1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "algoliasearch",
"version": "3.30.0",
"homepage": "https://github.com/algolia/algoliasearch-client-js",
"authors": [
"Algolia Team <support@algolia.com>"
],
"description": "Algolia Search is a search API that provides hosted full-text, numerical and faceted search.",
"main": "dist/algoliasearch.js",
"keywords": [
"js",
"algolia",
"search",
"api",
"rest"
],
"license": "MIT",
"ignore": [
"examples",
"node_modules",
"bower_components",
"test"
]
}
|