-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
41 lines (41 loc) · 874 Bytes
/
package.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
{
"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.1",
"main": "dist/calendar.js",
"homepage": "https://calendar-js.com",
"author": {
"name": "Bunoon"
},
"repository": {
"type": "git",
"url": "https://github.com/williamtroup/Calendar.js"
},
"keywords": [
"javascript",
"frontend",
"calendar",
"datepicker",
"fullcalendar",
"daily",
"monthly",
"yearly",
"javascript-calendar",
"calendar-events",
"browser-notifications",
"calendar.js",
"html",
"css",
"timeline",
"notifications",
"week",
"weekly",
"task",
"event"
],
"bugs": {
"url": "https://github.com/williamtroup/Calendar.js/issues"
},
"license": "MIT"
}