lychee/src/package.json

24 lines
596 B
JSON
Raw Normal View History

{
"name": "Lychee",
2014-09-19 21:32:35 +00:00
"version": "2.6.3",
"description": "Self-hosted photo-management done right.",
"authors": "Tobias Reich <tobias.reich.ich@gmail.com>",
"license": "MIT",
2014-10-10 22:41:11 +00:00
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/electerious/Lychee.git"
},
"devDependencies": {
2014-11-11 20:04:45 +00:00
"gulp": "^3.8.10",
2014-09-28 13:25:06 +00:00
"gulp-autoprefixer": "1.0.1",
2014-10-21 11:12:49 +00:00
"gulp-coffee": "^2.2.0",
2014-09-17 21:11:02 +00:00
"gulp-concat": "^2.4.1",
2014-11-01 22:57:17 +00:00
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.11",
2014-10-21 11:12:49 +00:00
"gulp-rimraf": "^0.1.1",
2014-11-11 20:04:45 +00:00
"gulp-sass": "^1.1.0",
2014-09-13 09:02:25 +00:00
"gulp-uglify": "^1.0.1"
}
2014-04-01 20:27:09 +00:00
}