2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2025-01-26 00:28:34 +00:00
jQuery-Autocomplete/package.json

25 lines
623 B
JSON
Raw Permalink Normal View History

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