22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "algolia-autocomplete.js",
|
|
"main": "dist/autocomplete.js",
|
|
"version": "0.36.0",
|
|
"homepage": "https://github.com/algolia/autocomplete.js",
|
|
"authors": [
|
|
"Algolia Team <support@algolia.com>"
|
|
],
|
|
"description": "Fast and fully-featured autocomplete library",
|
|
"keywords": [
|
|
"autocomplete",
|
|
"typeahead"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test"
|
|
]
|
|
}
|