jquery-autocomplete-js
Version:
The simplest jQuery plugin for creating autocomplete boxes with dynamically generated suggestions.
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "jquery-autocomplete-js",
"version": "1.1.0",
"description": "The simplest jQuery plugin for creating autocomplete boxes with dynamically generated suggestions.",
"main": "autocomplete.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/isis97/autocomplete-js"
},
"keywords": [
"lightweight",
"simple",
"jquery-addon",
"jquery-plugin",
"jquery",
"library",
"jquery-library",
"autocomplete",
"javascript",
"js",
"suggestion",
"suggestions",
"auto-complete"
],
"author": {
"name" : "Piotr Aleksander Styczynski",
"email" : "piotrsty1@gmail.com",
"url" : "https://github.com/isis97"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/isis97/autocomplete-js/issues",
"email": "piotrsty1@gmail.com"
},
"homepage": "http://isis97.github.io/autocomplete-js/",
"dependencies": {
"jquery": "*"
}
}