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": [
|
2013-12-03 10:26:07 +00:00
|
|
|
"calendar",
|
2013-11-05 10:22:06 +00:00
|
|
|
"date",
|
|
|
|
"time",
|
2013-11-05 12:49:17 +00:00
|
|
|
"form",
|
2013-11-05 10:22:06 +00:00
|
|
|
"datetime",
|
|
|
|
"datepicker",
|
|
|
|
"timepicker",
|
2013-12-03 10:26:07 +00:00
|
|
|
"datetimepicker",
|
|
|
|
"validation",
|
|
|
|
"ui",
|
|
|
|
"scroller",
|
|
|
|
"picker",
|
|
|
|
"i18n",
|
2013-12-04 14:16:19 +00:00
|
|
|
"input",
|
2013-12-10 11:46:28 +00:00
|
|
|
"jquery",
|
2013-12-04 14:16:19 +00:00
|
|
|
"touch"
|
2013-11-05 10:22:06 +00:00
|
|
|
],
|
2014-01-08 14:35:47 +00:00
|
|
|
"version": "2.1.2",
|
2013-11-05 10:22:06 +00:00
|
|
|
"author": {
|
2013-12-05 14:42:51 +00:00
|
|
|
"name": "Chupurnov Valeriy",
|
|
|
|
"email": "chupurnov@gmail.com",
|
|
|
|
"url": "http://xdsoft.net/contacts.html"
|
2013-11-05 10:22:06 +00:00
|
|
|
},
|
2013-12-05 14:42:51 +00:00
|
|
|
"maintainers": [{
|
|
|
|
"name": "Chupurnov Valeriy",
|
|
|
|
"email": "chupurnov@gmail.com",
|
|
|
|
"url": "http://xdsoft.net"
|
|
|
|
}],
|
2013-11-05 10:22:06 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|