lychee/src/package.json
2015-04-11 16:38:14 +02:00

25 lines
620 B
JSON

{
"name": "Lychee",
"version": "3.0.0",
"description": "Self-hosted photo-management done right.",
"authors": "Tobias Reich <tobias@electerious.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/electerious/Lychee.git"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "2.1.0",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-inject": "^1.2.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0"
}
}