whisper.cat/weboasis/stocks/assets/vendor/air-datepicker-master/bower.json

35 lines
615 B
JSON
Raw Normal View History

2023-10-05 23:28:32 +11:00
{
"name": "air-datepicker",
"version": "2.2.3",
"authors": [
"t1m0n <t1m0n.tr@gmail.com>"
],
"description": "A lightweight, customizable, powerful jQuery datepicker",
"main": [
"dist/js/datepicker.js",
"dist/css/datepicker.css"
],
"keywords": [
"datepicker",
"timepicker",
"plugin",
"customizable",
"powerful"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tasks",
"docs",
"page",
"package.json",
"gulpfile.js",
"test",
"tests"
],
"dependencies": {
"jquery": ">=2.0.0 <4.0.0"
}
}