datetimepicker/datetimepicker.jquery.json
Valeriy 2ed0c5478f New Version 1.0.9
minDate and maxDate can now be specified as -1970/01/02 and 1970/01/02
respectively
2013-11-26 13:28:31 +06:00

32 lines
925 B
JSON

{
"name": "datetimepicker",
"title": "jQuery Date and Time picker",
"description": "jQuery plugin for date, time, or datetime manipulation in form",
"keywords": [
"date",
"time",
"form",
"datetime",
"datepicker",
"timepicker",
"datetimepicker"
],
"version": "1.0.9",
"author": {
"name": "Chupurnov Valeriy",
"url": "http://xdsoft.net/contacts.html"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/xdan/datetimepicker/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/xdan/datetimepicker/issues",
"homepage": "http://xdsoft.net/jqplugins/datetimepicker/",
"docs": "http://xdsoft.net/jqplugins/datetimepicker/",
"download": "https://github.com/xdan/datetimepicker/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}