forked from swipecalendar/swipecalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 836 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
{
"name": "swipecalendar",
"title": "SwipeCalendar",
"version": "2.0.1",
"description": "SwipeCalendar is a JavaScript library that provides swiping/sliding capabilities to FullCalendar.",
"main": "dist/swipeCalendar.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SwipeCalendar",
"FullCalendar",
"Calendar",
"Swipe",
"Slide",
"JavaScript",
"HTML5"
],
"homepage": "https://swipecalendar.io",
"repository": {
"type": "git",
"url": "https://github.com/swipecalendar/swipecalendar.git"
},
"author": "Sebastien Pascal <[email protected]> (https://swipecalendar.io)",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"email": "[email protected]"
},
"peerDependencies": {
"@fullcalendar/core": "^4.4.0"
}
}