2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-20 01:09:03 +00:00
jQuery-Autocomplete/autocomplete.jquery.json

28 lines
937 B
JSON
Raw Normal View History

2013-01-21 02:10:36 +00:00
{
2013-01-21 02:24:10 +00:00
"name": "autocomplete",
2013-01-21 02:10:36 +00:00
"title": "DevBridge Autocomplete",
"description": "Autocomplete provides suggestions while you type into the text field. ",
"keywords": [
"ajax",
"autocomplete"
],
"version": "1.2.2",
"author": {
"name": "Tomas Kirda",
"url": "https://github.com/tkirda"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/devbridge/jQuery-Autocomplete/blob/master/license.txt"
}
],
"bugs": "https://github.com/devbridge/jQuery-Autocomplete/issues?state=open",
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"docs": "https://github.com/devbridge/jQuery-Autocomplete",
"demo": "http://www.devbridge.com/projects/autocomplete/jquery/",
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
"dependencies": {
"jquery": ">=1.7"
}
}