mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "datetimepicker",
|
|
"version": "2.5.11",
|
|
"main": [
|
|
"build/jquery.datetimepicker.full.min.js",
|
|
"jquery.datetimepicker.css"
|
|
],
|
|
"ignore": [
|
|
"**/screen",
|
|
"**/datetimepicker.jquery.json",
|
|
"**/*.png",
|
|
"**/*.txt",
|
|
"**/*.md",
|
|
"**/*.html",
|
|
"**/*.tpl",
|
|
"**/jquery.js",
|
|
"bower_components",
|
|
"node_modules"
|
|
],
|
|
"keywords": [
|
|
"calendar",
|
|
"date",
|
|
"time",
|
|
"form",
|
|
"datetime",
|
|
"datepicker",
|
|
"timepicker",
|
|
"datetimepicker",
|
|
"validation",
|
|
"ui",
|
|
"scroller",
|
|
"picker",
|
|
"i18n",
|
|
"input",
|
|
"jquery",
|
|
"touch"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chupurnov Valeriy",
|
|
"email": "chupurnov@gmail.com",
|
|
"homepage": "http://xdsoft.net/contacts.html"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.7.2",
|
|
"jquery-mousewheel": ">= 3.1.13",
|
|
"php-date-formatter": ">= 1.3.3"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "http://xdsoft.net/jqplugins/datetimepicker/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com:xdan/datetimepicker.git"
|
|
}
|
|
}
|