aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/packages/moment-timezone/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'library/fullcalendar/packages/moment-timezone/package.json')
-rw-r--r--library/fullcalendar/packages/moment-timezone/package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/library/fullcalendar/packages/moment-timezone/package.json b/library/fullcalendar/packages/moment-timezone/package.json
deleted file mode 100644
index 8bc56ec09..000000000
--- a/library/fullcalendar/packages/moment-timezone/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "@fullcalendar/moment-timezone",
- "version": "4.4.2",
- "title": "FullCalendar Moment Timezone Plugin",
- "description": "A connector to the moment-timezone library",
- "keywords": [
- "calendar",
- "event",
- "full-sized"
- ],
- "homepage": "https://fullcalendar.io/",
- "docs": "https://fullcalendar.io/docs/moment-plugins#moment-timezone",
- "bugs": "https://fullcalendar.io/reporting-bugs",
- "repository": {
- "type": "git",
- "url": "https://github.com/fullcalendar/fullcalendar.git",
- "homepage": "https://github.com/fullcalendar/fullcalendar"
- },
- "license": "MIT",
- "author": {
- "name": "Adam Shaw",
- "email": "arshaw@arshaw.com",
- "url": "http://arshaw.com/"
- },
- "copyright": "2019 Adam Shaw",
- "peerDependencies": {
- "@fullcalendar/core": "~4.4.0",
- "moment": "^2.24.0",
- "moment-timezone": "^0.5.25"
- },
- "main": "main.js",
- "module": "main.esm.js",
- "unpkg": "main.min.js",
- "types": "main.d.ts"
-}