12345678910111213141516171819 |
- {
- "name": "Lychee",
- "version": "2.5.0",
- "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.6.2",
- "gulp-autoprefixer": "0.0.8",
- "gulp-concat": "^2.2.0",
- "gulp-load-plugins": "^0.5.0",
- "gulp-minify-css": "^0.3.4",
- "gulp-uglify": "^0.2.1"
- }
- }
|