package.json 577 B

1234567891011121314151617181920212223
  1. {
  2. "name": "fullcalendar",
  3. "version": "2.0.0-beta",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/arshaw/fullcalendar.git"
  7. },
  8. "devDependencies": {
  9. "underscore": "~1.4.4",
  10. "grunt": "~0.4.0",
  11. "grunt-contrib-concat": "~0.1.2",
  12. "grunt-contrib-uglify": "~0.1.1",
  13. "grunt-contrib-copy": "~0.4.0",
  14. "grunt-contrib-compress": "~0.4.0",
  15. "grunt-contrib-clean": "~0.4.0",
  16. "grunt-contrib-jshint": "~0.8.0",
  17. "grunt-jscs-checker": "~0.3.2",
  18. "lumbar": "~2.0.0-beta19"
  19. },
  20. "scripts": {
  21. "install": "bower install"
  22. }
  23. }