21 lines
591 B
JSON
21 lines
591 B
JSON
|
{
|
||
|
"name": "Lychee",
|
||
|
"version": "2.1.1",
|
||
|
"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": {
|
||
|
"grunt": "~0.4.2",
|
||
|
"grunt-contrib-uglify": "~0.4.0",
|
||
|
"grunt-contrib-concat": "~0.3.0",
|
||
|
"grunt-contrib-coffee": "~0.10.1",
|
||
|
"grunt-contrib-cssmin": "~0.9.0",
|
||
|
"grunt-contrib-clean": "~0.5.0",
|
||
|
"grunt-contrib-watch": "~0.6.0",
|
||
|
"load-grunt-tasks": "~0.4.0"
|
||
|
}
|
||
|
}
|