lychee/src/package.json

28 lines
702 B
JSON
Raw Normal View History

{
"name": "Lychee",
"version": "3.0.3",
"description": "Self-hosted photo-management done right.",
2015-01-04 19:46:52 +00:00
"authors": "Tobias Reich <tobias@electerious.com>",
"license": "MIT",
2014-10-10 22:41:11 +00:00
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/electerious/Lychee.git"
},
"devDependencies": {
2015-06-27 21:44:51 +00:00
"basiccontext": "^3.1.2",
2015-06-03 22:58:20 +00:00
"gulp": "^3.9.0",
"gulp-autoprefixer": "2.3.1",
2015-04-11 14:38:14 +00:00
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
2015-06-13 20:35:25 +00:00
"gulp-inject": "^1.3.1",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-minify-css": "^1.2.0",
2014-10-21 11:12:49 +00:00
"gulp-rimraf": "^0.1.1",
2015-06-27 21:44:51 +00:00
"gulp-sass": "^2.0.3",
2015-06-13 20:46:44 +00:00
"gulp-uglify": "^1.2.0",
"jquery": "^2.1.4",
"mousetrap": "^1.5.2"
}
2014-04-01 20:27:09 +00:00
}