| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "fullcalendar",
- "title": "FullCalendar",
- "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": "[email protected]",
- "url": "http://arshaw.com/"
- },
- "copyright": "2016 Adam Shaw",
- "dependencies": {
- "jquery": ">=1.7.1",
- "moment": ">=2.5.0"
- },
- "version": "0.0.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": "^3.0.0",
- "grunt-karma": "^2.0.0",
- "grunt-shell": "^1.3.0",
- "jasmine-core": "^2.4.1",
- "karma": "^0.13.22",
- "karma-jasmine": "^1.0.2",
- "karma-phantomjs-launcher": "^1.0.0",
- "lumbar": "^4.0.2",
- "phantomjs-prebuilt": "^2.1.7"
- },
- "main": "dist/fullcalendar.js",
- "files": [
- "dist/*.js",
- "dist/*.css",
- "dist/lang",
- "README.*",
- "LICENSE.*",
- "CHANGELOG.*",
- "CONTRIBUTING.*"
- ],
- "scripts": {
- "test" : "grunt dev && grunt karma:single",
- "lint" : "grunt check"
- }
- }
|