package.json 591 B

123456789101112131415161718192021
  1. {
  2. "name": "Lychee",
  3. "version": "2.1.1",
  4. "description": "Self-hosted photo-management done right.",
  5. "authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
  6. "license": "MIT",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/electerious/Lychee.git"
  10. },
  11. "devDependencies": {
  12. "grunt": "~0.4.2",
  13. "grunt-contrib-uglify": "~0.4.0",
  14. "grunt-contrib-concat": "~0.3.0",
  15. "grunt-contrib-coffee": "~0.10.1",
  16. "grunt-contrib-cssmin": "~0.9.0",
  17. "grunt-contrib-clean": "~0.5.0",
  18. "grunt-contrib-watch": "~0.6.0",
  19. "load-grunt-tasks": "~0.4.0"
  20. }
  21. }