mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
34 lines
863 B
JSON
Executable File
34 lines
863 B
JSON
Executable File
{
|
|
"name": "@fullcalendar/list",
|
|
"version": "4.3.0",
|
|
"title": "FullCalendar List View Plugin",
|
|
"description": "View your events as a bulleted list",
|
|
"keywords": [
|
|
"calendar",
|
|
"event",
|
|
"full-sized"
|
|
],
|
|
"homepage": "https://fullcalendar.io/",
|
|
"docs": "https://fullcalendar.io/docs/list-view",
|
|
"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.3.0"
|
|
},
|
|
"main": "main.js",
|
|
"module": "main.esm.js",
|
|
"unpkg": "main.min.js",
|
|
"types": "main.d.ts"
|
|
}
|