forked from williamtroup/Calendar.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 853 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
{
"name": "jcalendar.js",
"title": "Calendar.js",
"description": "A drag & drop event calendar (for Javascript), that is fully responsive and compatible with all modern browsers.",
"version": "2.0.0",
"main": "dist/calendarjs.js",
"homepage": "https://williamtroup.github.io/Calendar.js/",
"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",
"calendarjs"
],
"bugs": {
"url": "https://github.com/williamtroup/Calendar.js/issues"
},
"license": "MIT"
}