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

29 lines
730 B

{
"name": "Lychee",
9 years ago
"version": "3.0.6",
"description": "Self-hosted photo-management done right.",
10 years ago
"authors": "Tobias Reich <tobias@electerious.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/electerious/Lychee.git"
},
"devDependencies": {
9 years ago
"basiccontext": "^3.3.1",
"basicmodal": "^3.1.2",
9 years ago
"gulp": "^3.9.0",
9 years ago
"gulp-autoprefixer": "3.0.1",
9 years ago
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
9 years ago
"gulp-inject": "^1.5.0",
9 years ago
"gulp-load-plugins": "^1.0.0-rc",
9 years ago
"gulp-minify-css": "^1.2.1",
"gulp-rimraf": "^0.1.1",
9 years ago
"gulp-sass": "^2.0.4",
9 years ago
"gulp-uglify": "^1.4.1",
"jquery": "^2.1.4",
9 years ago
"mousetrap": "^1.5.3"
}
}