mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
32 lines
925 B
JSON
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.1",
|
|
"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.5"
|
|
}
|
|
} |