package.json 537 B

123456789101112131415161718192021
  1. {
  2. "name": "Lychee",
  3. "version": "2.6.3",
  4. "description": "Self-hosted photo-management done right.",
  5. "authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
  6. "license": "MIT",
  7. "private": true,
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/electerious/Lychee.git"
  11. },
  12. "devDependencies": {
  13. "gulp": "^3.8.8",
  14. "gulp-autoprefixer": "1.0.1",
  15. "gulp-concat": "^2.4.1",
  16. "gulp-load-plugins": "^0.7.0",
  17. "gulp-minify-css": "^0.3.10",
  18. "gulp-sass": "^1.1.0",
  19. "gulp-uglify": "^1.0.1"
  20. }
  21. }