-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 1021 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
25
26
27
28
29
30
31
32
33
34
35
{
"title": "jQuery Accessible Autocomplete List, using ARIA",
"name": "jquery-accessible-autocomplete-list-aria",
"description": "This jQuery plugin will transform and enhance a simple text input with a datalist into a wonderful and shiny input with autocomplete, and accessible.",
"version": "1.6.1",
"main": "jquery-accessible-autocomplete-list-aria.js",
"keywords": [
"Accessibility",
"ARIA",
"autocomplete",
"a11y",
"jQuery Plugin"
],
"author": [
{
"name": "Nicolas Hoffmann",
"email": "[email protected]",
"web": "https://www.nicolas-hoffmann.net/"
}
],
"dependencies": {
"jquery": ">=1.0.0"
},
"bugs": {
"web": "https://github.com/nico3333fr/jquery-accessible-autocomplete-list-aria/issues"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/nico3333fr/jquery-accessible-autocomplete-list-aria.git"
}
],
"license": "MIT",
"homepage": "https://a11y.nicolas-hoffmann.net/autocomplete-list/"
}