-
Notifications
You must be signed in to change notification settings - Fork 9
/
weekLine.jquery.json
39 lines (39 loc) · 1.02 KB
/
weekLine.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
{
"name": "weekLine",
"version": "1.2.0",
"title": "jQuery weekLine day picker",
"description": "A light jQuery plugin for selecting days of a week",
"keywords": [
"jquery",
"weekLine",
"week-calendar",
"day-picker",
"calendar",
"weekdays",
"picker",
"week"
],
"author": {
"name": "Dimitris Kotsakis",
"url": "https://github.com/dkLtd"
},
"maintainers": [
{
"name": "Dimitris Kotsakis",
"url": "https://github.com/dkLtd"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dkLtd/weekLine/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/dkLtd/weekLine/issues",
"homepage": "https://github.com/dkLtd/weekLine",
"docs": "https://github.com/dkLtd/weekLine#readme",
"demo": "http://codebits.weebly.com/plugins/category/weekline-day-picker",
"dependencies": {
"jquery": ">=1.6.3"
}
}