2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 04:45:12 +00:00

Add package.json. Fixes #214

This commit is contained in:
Tomas Kirda 2014-08-24 19:36:29 -05:00
parent 00cefad1ae
commit b6d3f75bbe

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"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"
}
}