-
Notifications
You must be signed in to change notification settings - Fork 114
/
DateTimePicker.jquery.json
executable file
·47 lines (35 loc) · 1.39 KB
/
DateTimePicker.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
47
{
"name": "DateTimePicker",
"title": "Responsive flat design jQuery DateTime Picker plugin for Web & Mobile",
"description": "DateTime Picker is a quick highly customizable jQuery plugin. The design is clutter free & well suited for embedding it into mobile application development. Users can change values using +/- buttons or type values directly into the textbox by selecting each value fields. For web, picker can be binded relative to reference element, were it will appear at the bottom of the element. For mobile, the picker can appear as a dialog box covering entire window.",
"keywords": ["date", "time", "datetime", "plugin", "picker", "DatePicker", "TimePicker", "DateTimePicker", "Responsive", "Flat", "Mobile", "jquery"],
"version": "0.1.39",
"author": {
"name": "Lajpat Shah",
"url": "https://github.com/lajpatshah"
},
"maintainers": [
{
"name": "Neha Kadam",
"url": "https://github.com/nehakadam"
}
],
"repository":
{
"type" : "git",
"url" : "https://github.com/nehakadam/DateTimePicker.git"
},
"homepage": "https://nehakadam.github.io/DateTimePicker/",
"docs": "https://nehakadam.github.io/DateTimePicker/",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nehakadam/DateTimePicker/blob/master/LICENSE"
}
],
"dependencies":
{
"jquery": ">=1.9.1"
},
"bugs": "https://github.com/nehakadam/DateTimePicker/issues"
}