forked from mugifly/jquery-simple-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimple-dtpicker.jquery.json
25 lines (25 loc) · 999 Bytes
/
simple-dtpicker.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
{
"name": "simple-dtpicker",
"title": "jquery-simple-datetimepicker",
"version": "1.7.0",
"author": {
"name": "Masanori Ohgita",
"url": "https://github.com/mugifly"
},
"dependencies": {
"jquery": ">=1.7.2"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mugifly/jquery-simple-datetimepicker/blob/master/LICENSE.txt"
}
],
"files": ["jquery.simple-dtpicker.js"],
"description": "Date and time picker, it's simple & clean. (jquery.simple-dtpicker.js)",
"keywords": ["date","time","picker","input","form","datepicker","timepicker"],
"homepage": "http://mugifly.github.com/jquery-simple-datetimepicker/",
"demo": "http://mugifly.github.com/jquery-simple-datetimepicker/jquery.simple-dtpicker.html",
"docs": "https://github.com/mugifly/jquery-simple-datetimepicker/blob/master/README.md",
"bugs": "https://github.com/mugifly/jquery-simple-datetimepicker/issues"
}