2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-09 23:01:00 +00:00
jQuery-Autocomplete/package.json

17 lines
470 B
JSON
Raw Normal View History

2014-08-25 00:36:29 +00:00
{
"name": "devbridge-autocomplete",
2015-03-04 16:52:04 +00:00
"version": "1.2.17",
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",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.1"
2014-08-25 00:36:29 +00:00
}
}