lychee/src/package.json
2015-06-13 22:35:25 +02:00

25 lines
621 B
JSON

{
"name": "Lychee",
"version": "3.0.2",
"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.9.0",
"gulp-autoprefixer": "2.3.1",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-inject": "^1.3.1",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-minify-css": "^1.1.6",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0"
}
}