minor fix to prior commit
[openemr.git] / public / assets / jquery-datetimepicker-2-5-4 / bower.json
blob789ab8da98a689125550e81019bfc3a77c39144d
2   "name": "datetimepicker",
3   "version": "2.5.4",
4   "main": [
5     "build/jquery.datetimepicker.full.min.js",
6     "jquery.datetimepicker.css"
7   ],
8   "ignore": [
9     "**/screen",
10     "**/datetimepicker.jquery.json",
11     "**/*.png",
12     "**/*.txt",
13     "**/*.md",
14     "**/*.html",
15     "**/*.tpl",
16     "**/jquery.js",
17     "bower_components",
18     "node_modules"
19   ],
20   "keywords": [
21     "calendar",
22     "date",
23     "time",
24     "form",
25     "datetime",
26     "datepicker",
27     "timepicker",
28     "datetimepicker",
29     "validation",
30     "ui",
31     "scroller",
32     "picker",
33     "i18n",
34     "input",
35     "jquery",
36     "touch"
37   ],
38   "authors": [
39     {
40       "name": "Chupurnov Valeriy",
41       "email": "chupurnov@gmail.com",
42       "homepage": "http://xdsoft.net/contacts.html"
43     }
44   ],
45   "dependencies": {
46     "jquery": ">= 1.7.2",
47     "jquery-mousewheel": ">= 3.1.13",
48     "php-date-formatter": ">= 1.3.3"
49   },
50   "license": "MIT",
51   "homepage": "http://xdsoft.net/jqplugins/datetimepicker/",
52   "repository": {
53     "type": "git",
54     "url": "git://github.com:xdan/datetimepicker.git"
55   }