package.json 518 B

1234567891011121314151617181920
  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. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/electerious/Lychee.git"
  10. },
  11. "devDependencies": {
  12. "gulp": "^3.8.8",
  13. "gulp-autoprefixer": "1.0.1",
  14. "gulp-concat": "^2.4.1",
  15. "gulp-load-plugins": "^0.6.0",
  16. "gulp-minify-css": "^0.3.10",
  17. "gulp-sass": "^1.0.0",
  18. "gulp-uglify": "^1.0.1"
  19. }
  20. }