-
Notifications
You must be signed in to change notification settings - Fork 22
/
formatDateTime.jquery.json
46 lines (46 loc) · 1.38 KB
/
formatDateTime.jquery.json
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
{
"name": "formatDateTime",
"version": "1.1.6",
"title": "jquery.formatDateTime",
"author": {
"name": "Adam Gschwender",
"email": "[email protected]",
"url": "http://gschwa.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/agschwender/jquery.formatDateTime/blob/master/MIT-LICENSE.txt"
},
{
"type": "GPLv2",
"url": "https://github.com/agschwender/jquery.formatDateTime/blob/master/GPL-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.5"
},
"description": "A jQuery plugin that converts a date object to a supplied format. It was forked from the jQuery UI DatePicker module to support time formatting as well as the original date formatting.",
"keywords": [
"format",
"date",
"time",
"datetime"
],
"docs": "https://github.com/agschwender/jquery.formatDateTime/blob/1.1.6/README.md",
"download": "https://github.com/agschwender/jquery.formatDateTime/archive/1.1.6.zip",
"bugs": "https://github.com/agschwender/jquery.formatDateTime/issues",
"maintainers": [
{
"name": "Adam Gschwender",
"email": "[email protected]",
"url": "http://gschwa.com/"
},
{
"name": "Rafael Gonzaque",
"email": "[email protected]",
"url": "http://www.iamrgon.com/"
}
],
"homepage": "https://github.com/agschwender/jquery.formatDateTime"
}