datetimepicker/datetimepicker.jquery.json

39 lines
1.0 KiB
JSON
Raw Normal View History

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",
"input"
2013-11-05 10:22:06 +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": {
"jquery": ">=1.7"
2013-11-05 10:22:06 +00:00
}
}