1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
| {
| "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"
| }
| }
|
|