1234567891011121314151617181920 |
- {
- "name": "Lychee",
- "version": "2.6.2",
- "description": "Self-hosted photo-management done right.",
- "authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/electerious/Lychee.git"
- },
- "devDependencies": {
- "gulp": "^3.8.7",
- "gulp-autoprefixer": "0.0.10",
- "gulp-concat": "^2.3.4",
- "gulp-load-plugins": "^0.6.0",
- "gulp-minify-css": "^0.3.7",
- "gulp-sass": "^0.7.3",
- "gulp-uglify": "^1.0.0"
- }
- }
|