2014-04-01 19:33:29 +00:00
|
|
|
{
|
|
|
|
"name": "Lychee",
|
2015-01-04 19:46:52 +00:00
|
|
|
"version": "3.0.0",
|
2014-04-01 19:33:29 +00:00
|
|
|
"description": "Self-hosted photo-management done right.",
|
2015-01-04 19:46:52 +00:00
|
|
|
"authors": "Tobias Reich <tobias@electerious.com>",
|
2014-04-01 19:33:29 +00:00
|
|
|
"license": "MIT",
|
2014-10-10 22:41:11 +00:00
|
|
|
"private": true,
|
2014-04-01 19:33:29 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/electerious/Lychee.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-11-11 20:04:45 +00:00
|
|
|
"gulp": "^3.8.10",
|
2015-01-26 19:58:20 +00:00
|
|
|
"gulp-autoprefixer": "2.1.0",
|
2014-10-21 11:12:49 +00:00
|
|
|
"gulp-coffee": "^2.2.0",
|
2015-01-02 00:45:57 +00:00
|
|
|
"gulp-concat": "^2.4.3",
|
2014-12-12 22:36:33 +00:00
|
|
|
"gulp-load-plugins": "^0.8.0",
|
2015-01-26 19:58:20 +00:00
|
|
|
"gulp-minify-css": "^0.4.2",
|
2014-10-21 11:12:49 +00:00
|
|
|
"gulp-rimraf": "^0.1.1",
|
2015-01-26 19:58:20 +00:00
|
|
|
"gulp-sass": "^1.3.2",
|
|
|
|
"gulp-uglify": "^1.1.0"
|
2014-04-01 19:33:29 +00:00
|
|
|
}
|
2014-04-01 20:27:09 +00:00
|
|
|
}
|