2013-01-21 02:10:36 +00:00
|
|
|
{
|
2013-01-21 02:56:51 +00:00
|
|
|
"name": "devbridge-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"
|
|
|
|
],
|
2015-03-04 16:52:04 +00:00
|
|
|
"version": "1.2.17",
|
2013-01-21 02:10:36 +00: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 13:54:08 +00:00
|
|
|
"demo": "http://www.devbridge.com/sourcery/components/jquery-autocomplete/",
|
2013-01-21 02:10:36 +00:00
|
|
|
"download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": ">=1.7"
|
|
|
|
}
|
|
|
|
}
|