You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lychee/src/package.json

24 lines
596 B

{
"name": "Lychee",
"version": "2.7.0",
"description": "Self-hosted photo-management done right.",
"authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/electerious/Lychee.git"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-autoprefixer": "2.0.0",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.3",
10 years ago
"gulp-load-plugins": "^0.8.0",
10 years ago
"gulp-minify-css": "^0.3.11",
"gulp-rimraf": "^0.1.1",
10 years ago
"gulp-sass": "^1.2.4",
10 years ago
"gulp-uglify": "^1.0.2"
}
}