forked from GregDThomas/jquery-localtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jquery.localtime.jquery.json
36 lines (36 loc) · 993 Bytes
/
jquery.localtime.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
{
"name": "jquery.localtime",
"title": "jQuery localtime",
"description": "This plug-in designed to display a time in the correct timezone for the viewer; ideal for international audiences of your web site.",
"keywords": [
"time",
"date",
"localtime",
"utc",
"datetime",
"formatting",
"ISO8601"
],
"version": "0.8.0",
"author": {
"name": "Greg Thomas"
},
"maintainers": [
{
"name": "Greg Thomas"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": "https://github.com/GregDThomas/jquery-localtime/issues",
"homepage": "https://github.com/GregDThomas/jquery-localtime",
"docs": "https://github.com/GregDThomas/jquery-localtime/wiki/Usage",
"download": "https://github.com/GregDThomas/jquery-localtime/tree/0.7.0/dist",
"dependencies": {
"jquery": ">=1.3"
}
}