2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 12:55:12 +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", "name": "devbridge-autocomplete",
"version": "1.2.25", "version": "1.2.25",
"description": "Autocomplete provides suggestions while you type into the text field.", "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)", "author": "Tomas Kirda (https://twitter.com/tkirda)",
"main": "dist/jquery.autocomplete.js", "main": "dist/jquery.autocomplete.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/devbridge/jQuery-Autocomplete.git" "url": "git://github.com/swey/jQuery-Autocomplete.git"
}, },
"dependencies": { "dependencies": {
"jquery": ">=1.7" "jquery": ">=1.7"