mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
196496b307
Added th - Thai i18n Added options yearOffset for Buddhist era
49 lines
827 B
JSON
49 lines
827 B
JSON
{
|
|
"name":"datetimepicker",
|
|
"version":"2.1.5",
|
|
"main": [
|
|
"jquery.datetimepicker.js",
|
|
"jquery.datetimepicker.css"
|
|
],
|
|
"ignore": [
|
|
"**/screen",
|
|
"**/datetimepicker.jquery.json",
|
|
"**/*.png",
|
|
"**/*.txt",
|
|
"**/*.md",
|
|
"**/*.html",
|
|
"**/*.tpl"
|
|
],
|
|
"keywords": [
|
|
"calendar",
|
|
"date",
|
|
"time",
|
|
"form",
|
|
"datetime",
|
|
"datepicker",
|
|
"timepicker",
|
|
"datetimepicker",
|
|
"validation",
|
|
"ui",
|
|
"scroller",
|
|
"picker",
|
|
"i18n",
|
|
"input",
|
|
"jquery",
|
|
"touch"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.7.2"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Chupurnov Valeriy",
|
|
"email": "chupurnov@gmail.com",
|
|
"homepage": "http://xdsoft.net/contacts.html"
|
|
}
|
|
],
|
|
"homepage":"http://xdsoft.net/jqplugins/datetimepicker/",
|
|
"repository": {
|
|
"type": "git", "url": "git://github.com:xdan/datetimepicker.git"
|
|
}
|
|
} |