mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"name": "devbridge-autocomplete",
|
|
"version": "1.2.24",
|
|
"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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
|
|
},
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-uglify": "^0.5.1"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"readme.md"
|
|
]
|
|
}
|