mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-26 23:06:34 +00:00
Add package manifest.
This commit is contained in:
parent
b77771b326
commit
b65d5ccf48
28
autocomplete.jquery.json
Normal file
28
autocomplete.jquery.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"name": "Autocomplete",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user