forked from winmarkltd/BootstrapFormHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbfh-timezone.jquery.json
More file actions
28 lines (28 loc) · 857 Bytes
/
bfh-timezone.jquery.json
File metadata and controls
28 lines (28 loc) · 857 Bytes
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
{
"name": "bfh-timezone",
"title": "Bootstrap Form Helpers Timezones List",
"description": "jQuery plugin for adding a list of timezones.",
"keywords": [
"form",
"input",
"timezone"
],
"version": "1.8.2",
"author": {
"name": "Vincent Lamanna",
"url": "http://vincentlamanna.com"
},
"licenses": [
{
"type": "Apache License v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": "https://github.com/vlamanna/BootstrapFormHelpers/issues",
"homepage": "http://vincentlamanna.com/BootstrapFormHelpers/",
"docs": "http://vincentlamanna.com/BootstrapFormHelpers/timezone",
"download": "https://github.com/vlamanna/BootstrapFormHelpers/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}