2013-11-05 10:22:06 +00:00
|
|
|
{
|
|
|
|
"name": "datetimepicker",
|
|
|
|
"title": "jQuery Date and Time picker",
|
|
|
|
"description": "jQuery plugin for date, time, or datetime manipulation in form",
|
|
|
|
"keywords": [
|
|
|
|
"date",
|
|
|
|
"time",
|
2013-11-05 12:49:17 +00:00
|
|
|
"form",
|
2013-11-05 10:22:06 +00:00
|
|
|
"datetime",
|
|
|
|
"datepicker",
|
|
|
|
"timepicker",
|
2013-11-05 10:25:59 +00:00
|
|
|
"datetimepicker"
|
2013-11-05 10:22:06 +00:00
|
|
|
],
|
2013-12-03 10:02:07 +00:00
|
|
|
"version": "1.1.1",
|
2013-11-05 10:22:06 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Chupurnov Valeriy",
|
|
|
|
"url": "http://xdsoft.net/contacts.html"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
2013-11-05 10:24:45 +00:00
|
|
|
"url": "https://github.com/xdan/datetimepicker/blob/master/MIT-LICENSE.txt"
|
2013-11-05 10:22:06 +00:00
|
|
|
}
|
|
|
|
],
|
2013-11-05 10:24:45 +00:00
|
|
|
"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",
|
2013-11-05 10:22:06 +00:00
|
|
|
"dependencies": {
|
2013-11-26 07:28:31 +00:00
|
|
|
"jquery": ">=1.7"
|
2013-11-05 10:22:06 +00:00
|
|
|
}
|
|
|
|
}
|