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

25 lines
623 B
JSON
Raw Normal View History

2014-08-25 00:36:29 +00:00
{
"name": "devbridge-autocomplete",
2016-06-14 21:17:00 +00:00
"version": "1.2.25",
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",
2014-08-25 00:36:29 +00:00
"license": "MIT",
"repository": {
"type": "git",
2015-06-01 20:59:22 +00:00
"url": "git://github.com/devbridge/jQuery-Autocomplete.git"
},
2014-08-25 00:36:29 +00:00
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
2016-07-07 09:09:52 +00:00
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1"
2015-06-03 22:47:40 +00:00
},
"files": [
"dist/",
"readme.md"
]
2014-08-25 00:36:29 +00:00
}