123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "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"
- }
- }
|