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

28 lines
766 B
JSON
Raw Normal View History

2014-08-25 00:36:29 +00:00
{
"name": "devbridge-autocomplete",
2020-05-01 22:39:26 +00:00
"version": "1.4.11",
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",
"types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts",
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": {
"@types/jquery": "^2.0.32",
2014-08-25 00:36:29 +00:00
"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/",
2017-11-20 15:40:34 +00:00
"typings/jquery-autocomplete/*.d.ts",
2015-06-03 22:47:40 +00:00
"readme.md"
]
2014-08-25 00:36:29 +00:00
}