package.json 490 B

12345678910111213141516171819
  1. {
  2. "name": "Lychee",
  3. "version": "2.6.2",
  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.7",
  13. "gulp-autoprefixer": "0.0.8",
  14. "gulp-concat": "^2.3.4",
  15. "gulp-load-plugins": "^0.5.3",
  16. "gulp-minify-css": "^0.3.7",
  17. "gulp-uglify": "^0.3.1"
  18. }
  19. }