-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 992 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 992 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "jcalendar.js",
"title": "Calendar.js",
"description": "A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.",
"version": "2.12.6",
"main": "dist/calendar.js",
"homepage": "https://calendar-js.com",
"author": {
"name": "Bunoon"
},
"repository": {
"type": "git",
"url": "https://github.com/williamtroup/Calendar.js"
},
"keywords": [
"william troup",
"bunoon",
"calendar.js",
"javascript calendar",
"css calendar",
"scss calendar",
"html calendar",
"responsive calendar",
"calendar api",
"datepicker widget",
"event calendar",
"task calendar",
"day view",
"week view",
"month view",
"year view",
"timeline calendar",
"javascript scheduler",
"calendar widget",
"javascript datepicker",
"calendar component"
],
"bugs": {
"url": "https://github.com/williamtroup/Calendar.js/issues"
},
"license": "MIT"
}