datetimepicker/datetimepicker.jquery.json

32 lines
925 B
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": [
"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
],
"version": "1.0.1",
"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.5"
}
}