lychee/src/package.json

34 lines
830 B
JSON
Raw Normal View History

{
"name": "Lychee",
2016-05-02 17:51:06 +00:00
"version": "3.1.2",
"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"
},
"scripts": {
2016-02-28 11:10:29 +00:00
"start": "gulp watch",
"compile": "gulp"
},
2016-03-17 08:18:24 +00:00
"dependencies": {
2016-03-06 17:19:41 +00:00
"babel-preset-es2015": "^6.6.0",
2016-01-07 14:30:55 +00:00
"basiccontext": "^3.5.1",
2016-04-30 13:12:18 +00:00
"basicmodal": "^3.3.5",
2016-02-13 22:47:30 +00:00
"gulp": "^3.9.1",
2015-10-17 19:52:41 +00:00
"gulp-autoprefixer": "3.1.0",
2016-02-13 22:47:30 +00:00
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
2016-03-31 14:06:50 +00:00
"gulp-inject": "^4.0.0",
2016-04-30 13:12:18 +00:00
"gulp-load-plugins": "^1.2.2",
2016-02-28 11:10:29 +00:00
"gulp-minify-css": "^1.2.4",
2015-10-09 10:53:16 +00:00
"gulp-rimraf": "^0.2.0",
2016-04-30 13:12:18 +00:00
"gulp-sass": "^2.3.1",
2016-02-28 11:10:29 +00:00
"gulp-uglify": "^1.5.3",
2016-04-08 21:06:40 +00:00
"jquery": "^2.2.3",
2015-07-07 08:37:28 +00:00
"mousetrap": "^1.5.3"
}
2014-04-01 20:27:09 +00:00
}