2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2025-01-24 15:48:24 +00:00
jQuery-Autocomplete/devbridge-autocomplete.jquery.json

28 lines
958 B
JSON
Raw Normal View History

2013-01-20 20:10:36 -06:00
{
"name": "devbridge-autocomplete",
2013-01-20 20:10:36 -06:00
"title": "DevBridge Autocomplete",
"description": "Autocomplete provides suggestions while you type into the text field. ",
"keywords": [
"ajax",
"autocomplete"
],
2017-04-03 17:05:29 -05:00
"version": "1.4.1",
2013-01-20 20:10:36 -06:00
"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",
2014-08-18 08:54:08 -05:00
"demo": "http://www.devbridge.com/sourcery/components/jquery-autocomplete/",
2013-01-20 20:10:36 -06:00
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
"dependencies": {
"jquery": ">=1.7"
}
}