2
0

package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "fullcalendar",
  3. "title": "FullCalendar",
  4. "version": "2.4.0",
  5. "description": "Full-sized drag & drop event calendar",
  6. "keywords": [
  7. "calendar",
  8. "event",
  9. "full-sized",
  10. "jquery-plugin"
  11. ],
  12. "homepage": "http://fullcalendar.io/",
  13. "bugs": "http://fullcalendar.io/wiki/Reporting-Bugs/",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/fullcalendar/fullcalendar.git"
  17. },
  18. "license": {
  19. "type": "MIT",
  20. "url": "https://github.com/fullcalendar/fullcalendar/blob/master/license.txt"
  21. },
  22. "author": {
  23. "name": "Adam Shaw",
  24. "email": "[email protected]",
  25. "url": "http://arshaw.com/"
  26. },
  27. "copyright": "2015 Adam Shaw",
  28. "dependencies": {
  29. "jquery": ">=1.7.1",
  30. "moment": ">=2.5.0"
  31. },
  32. "devDependencies": {
  33. "underscore": "^1.4.4",
  34. "grunt": "^0.4.5",
  35. "grunt-contrib-concat": "^0.1.3",
  36. "grunt-contrib-uglify": "^0.9.1",
  37. "grunt-contrib-copy": "^0.4.1",
  38. "grunt-contrib-compress": "^0.4.10",
  39. "grunt-contrib-clean": "^0.4.1",
  40. "grunt-contrib-jshint": "^0.8.0",
  41. "grunt-contrib-cssmin": "^0.10.0",
  42. "grunt-jscs-checker": "^0.4.4",
  43. "grunt-shell": "^0.7.0",
  44. "grunt-karma": "^0.8.3",
  45. "grunt-bump": "0.0.14",
  46. "lumbar": "^2.6.2",
  47. "karma-jasmine": "^0.2.2",
  48. "karma-phantomjs-launcher": "^0.1.4"
  49. },
  50. "main": "dist/fullcalendar.js",
  51. "files": [
  52. "dist/*.js",
  53. "dist/*.css",
  54. "dist/lang",
  55. "README.*",
  56. "LICENSE.*",
  57. "CHANGELOG.*",
  58. "CONTRIBUTING.*"
  59. ]
  60. }