-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 718 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 718 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
41
{
"name":"autocompletelikegoogle",
"version":"1.2.6",
"main": [
"jquery.autocomplete.js",
"jquery.autocomplete.css"
],
"ignore": [
"**/demo",
"**/autocomplete.jquery.json",
"**/*.png",
"**/*.txt",
"**/*.md",
"**/*.html",
"**/*.tpl"
],
"keywords": [
"autocomplete",
"ajax",
"complete",
"form",
"ui",
"input",
"accents",
"jquery"
],
"dependencies": {
"jquery": ">= 1.7.2"
},
"authors": [
{
"name": "Chupurnov Valeriy",
"email": "chupurnov@gmail.com",
"homepage": "http://xdsoft.net/contacts.html"
}
],
"homepage":"http://xdsoft.net/jqplugins/autocomplete/",
"repository": {
"type": "git", "url": "git://github.com:xdan/autocomplete.git"
}
}