-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
23 lines (23 loc) · 1004 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
{
"name": "autocomplete-ui-showdown",
"version": "1.0.0",
"description": "## TODO * Setup with pico.css * Implement getAutoCompleteResults: Promise<string[]> * UI with input and place to display suggestions * Keep track of filter value * When filter changes, get suggestions * Show loading indicator * Show suggestions on page * If error, show error on page * Clear suggestions and error when filter is cleared * Debounce the input filter value * Abort / cancel requests when filter changes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodingGarden/autocomplete-ui-showdown.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodingGarden/autocomplete-ui-showdown/issues"
},
"homepage": "https://github.com/CodingGarden/autocomplete-ui-showdown#readme",
"dependencies": {
"@angular/cli": "^16.0.2"
}
}