package.json 596 B

1234567891011121314151617181920212223
  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.10",
  14. "gulp-autoprefixer": "1.0.1",
  15. "gulp-coffee": "^2.2.0",
  16. "gulp-concat": "^2.4.1",
  17. "gulp-load-plugins": "^0.7.1",
  18. "gulp-minify-css": "^0.3.11",
  19. "gulp-rimraf": "^0.1.1",
  20. "gulp-sass": "^1.1.0",
  21. "gulp-uglify": "^1.0.1"
  22. }
  23. }