forked from algolia/algoliasearch-client-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 780 Bytes
/
package.json
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-client-android",
"description": "[Algolia Search](https://www.algolia.com) is a hosted full-text, numerical, and faceted search engine capable of delivering realtime results from the first keystroke.",
"directories": {
"doc": "doc"
},
"dependencies": {
"conventional-changelog-cli": "^1.3.21"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-android.git"
},
"author": "Algolia",
"license": "MIT",
"bugs": {
"url": "https://github.com/algolia/algoliasearch-client-android/issues"
},
"homepage": "https://github.com/algolia/algoliasearch-client-android#readme"
}