{ "name": "fullcalendar", "title": "FullCalendar", "version": "0.0.0", "description": "Full-sized drag & drop event calendar", "keywords": [ "calendar", "event", "full-sized", "jquery-plugin" ], "homepage": "http://fullcalendar.io/", "bugs": "http://fullcalendar.io/wiki/Reporting-Bugs/", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar.git" }, "license": "MIT", "author": { "name": "Adam Shaw", "email": "arshaw@arshaw.com", "url": "http://arshaw.com/" }, "copyright": "2016 Adam Shaw", "dependencies": { "jquery": ">=1.7.1", "moment": ">=2.5.0" }, "devDependencies": { "grunt": "^1.0.1", "grunt-bump": "^0.8.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-compress": "^1.2.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-jscs": "^2.8.0", "grunt-karma": "^0.12.2", "grunt-shell": "^1.3.0", "karma": "^0.13.22", "karma-jasmine": "^0.2.2", "karma-phantomjs-launcher": "^0.1.4", "lumbar": "^2.6.2", "underscore": "^1.4.4" }, "main": "dist/fullcalendar.js", "files": [ "dist/*.js", "dist/*.css", "dist/lang", "README.*", "LICENSE.*", "CHANGELOG.*", "CONTRIBUTING.*" ] }