2014-08-25 00:36:29 +00:00
|
|
|
{
|
|
|
|
"name": "devbridge-autocomplete",
|
2015-09-16 15:49:49 +00:00
|
|
|
"version": "1.2.24",
|
2014-08-25 00:36:29 +00:00
|
|
|
"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",
|
2015-06-01 14:48:11 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-06-01 20:59:22 +00:00
|
|
|
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
|
2015-06-01 14:48:11 +00:00
|
|
|
},
|
2014-08-25 00:36:29 +00:00
|
|
|
"dependencies": {
|
|
|
|
"jquery": ">=1.7"
|
2014-09-06 20:19:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-uglify": "^0.5.1"
|
2015-06-03 22:47:40 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist/",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2014-08-25 00:36:29 +00:00
|
|
|
}
|