2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 08:49:01 +00:00

adjusted the package.json for usage from this forked repository

This commit is contained in:
Sebastian Weyrauch 2016-07-27 07:22:42 +02:00
parent 69d2f1a78d
commit 8e9be831ee

View File

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