| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "fullcalendar/fullcalendar",
- "type": "component",
- "description": "Full-sized drag & drop event calendar",
- "keywords": [
- "calendar",
- "event",
- "full-sized",
- "jquery-plugin"
- ],
- "homepage": "https://fullcalendar.io/",
- "license": "MIT",
- "authors": [
- {
- "name": "Adam Shaw",
- "email": "[email protected]",
- "homepage": "http://arshaw.com/"
- }
- ],
- "minimum-stability": "stable",
- "require": {
- "robloach/component-installer": "*",
- "components/jquery": "2 - 3",
- "moment/moment": "^2.20.1"
- },
- "extra": {
- "component": {
- "scripts": [
- "dist/fullcalendar.js"
- ],
- "styles": [
- "dist/fullcalendar.css"
- ],
- "files": [
- "dist/fullcalendar.min.js",
- "dist/fullcalendar.min.css",
- "dist/fullcalendar.print.css",
- "dist/fullcalendar.print.min.css",
- "dist/gcal.js",
- "dist/gcal.min.js",
- "dist/locale-all.js",
- "dist/locale/*.js"
- ]
- }
- }
- }
|