lychee/src/package.json
2014-10-21 13:12:49 +02:00

24 lines
595 B
JSON

{
"name": "Lychee",
"version": "2.6.3",
"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.8",
"gulp-autoprefixer": "1.0.1",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.1",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-css": "^0.3.10",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.1.0",
"gulp-uglify": "^1.0.1"
}
}