package.json 498 B

123456789101112131415161718192021
  1. {
  2. "name": "fullcalendar",
  3. "version": "0.0.0",
  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. "lumbar": "~2.0.0-beta19"
  17. },
  18. "scripts": {
  19. "install": "bower install"
  20. }
  21. }