Blame view

www-backend/js/datetimepicker-master/datetimepicker.jquery.json 1.13 KB
bc0db98e   Administrator   add new promocode...
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
  {
      "name": "datetimepicker",
      "version": "2.5.4",
  	"title": "jQuery Date and Time picker",
      "description": "jQuery plugin for date, time, or datetime manipulation in form",
      "keywords": [
  			"calendar",
  			"date",
  			"time",
  			"form",
  			"datetime",
  			"datepicker",
  			"timepicker",
  			"datetimepicker",
  			"validation",
  			"ui",
  			"scroller",
  			"picker",
  			"i18n",
  			"input",
  			"jquery",
  			"touch"
      ],
     "author": {
  		"name": 	"Chupurnov Valeriy",
  		"email": 	"chupurnov@gmail.com",
  		"url": 		"http://xdsoft.net/contacts.html"
  	},
  	"maintainers": [{
  		"name": 	"Chupurnov Valeriy",
  		"email": 	"chupurnov@gmail.com",
  		"url": 		"http://xdsoft.net"
  	}],
      "licenses": [
          {
              "type": "MIT",
              "url": "https://github.com/xdan/datetimepicker/blob/master/MIT-LICENSE.txt"
          }
      ],
      "bugs": "https://github.com/xdan/datetimepicker/issues",
      "homepage": "http://xdsoft.net/jqplugins/datetimepicker/",
      "docs": "http://xdsoft.net/jqplugins/datetimepicker/",
      "download": "https://github.com/xdan/datetimepicker/archive/master.zip",
      "dependencies": {
          "jquery": ">=1.7"
      }
  }