2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 16:59:01 +00:00
jQuery-Autocomplete/package.json
2014-08-24 19:36:29 -05:00

13 lines
382 B
JSON

{
"name": "devbridge-autocomplete",
"version": "1.2.11",
"description": "Autocomplete provides suggestions while you type into the text field.",
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"author": "Tomas Kirda (https://twitter.com/tkirda)",
"main": "dist/jquery.autocomplete.js",
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
}
}