datetimepicker/datetimepicker.jquery.json

47 lines
1.2 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-12-10 11:46:28 +00:00
"jquery",
"touch"
2013-11-05 10:22:06 +00:00
],
"version": "2.1.3",
2013-11-05 10:22:06 +00:00
"author": {
"name": "Chupurnov Valeriy",
"email": "chupurnov@gmail.com",
"url": "http://xdsoft.net/contacts.html"
2013-11-05 10:22:06 +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": {
"jquery": ">=1.7"
2013-11-05 10:22:06 +00:00
}
}