-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathautocompletelikegoogle.jquery.json
More file actions
40 lines (40 loc) · 1009 Bytes
/
Copy pathautocompletelikegoogle.jquery.json
File metadata and controls
40 lines (40 loc) · 1009 Bytes
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
36
37
38
39
40
{
"name": "autocompletelikegoogle",
"version": "1.2.6",
"title": "Autocomplete like Google",
"description": "Simple autocomplete like Google",
"keywords": [
"autocomplete",
"ajax",
"complete",
"form",
"ui",
"input",
"accents",
"accents",
"jquery"
],
"author": {
"name": "Chupurnov Valeriy",
"email": "chupurnov@gmail.com",
"url": "http://xdsoft.net/contacts.html"
},
"maintainers": [{
"name": "Chupurnov Valeriy",
"email": "chupurnov@gmail.com",
"url": "http://xdsoft.net"
}],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/xdan/datetimepicker/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/xdan/autocomplete/issues",
"homepage": "http://xdsoft.net/jqplugins/autocomplete/",
"docs": "http://xdsoft.net/jqplugins/autocomplete/",
"download": "https://github.com/xdan/autocomplete/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}