lychee/build/package.json

20 lines
490 B
JSON
Raw Normal View History

{
"name": "Lychee",
2014-04-28 18:25:42 +00:00
"version": "2.5.0",
"description": "Self-hosted photo-management done right.",
"authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/electerious/Lychee.git"
},
"devDependencies": {
2014-07-18 20:09:15 +00:00
"gulp": "^3.6.2",
2014-07-18 21:01:19 +00:00
"gulp-autoprefixer": "0.0.8",
2014-07-18 20:09:15 +00:00
"gulp-concat": "^2.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-css": "^0.3.4",
"gulp-uglify": "^0.2.1"
}
2014-04-01 20:27:09 +00:00
}