life-diary
Version:
Life Diary ❤️ your albums, your journey, your data
42 lines (41 loc) • 960 B
JSON
{
"name": "life-diary",
"version": "0.3.5",
"description": "Life Diary ❤️ your albums, your journey, your data",
"bin": {
"life-diary": "life-diary.js"
},
"scripts": {
"test": "node ./life-diary.js ./test"
},
"keywords": [
"album",
"journey",
"diary",
"home",
"local",
"network"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"dependencies": {
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"country-coder": "^2.1.0",
"essential-md": "^0.3.1",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"mime-types": "^2.1.28",
"sharp": "^0.27.0"
},
"main": "life-diary.js",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/life-diary.git"
},
"bugs": {
"url": "https://github.com/WebReflection/life-diary/issues"
},
"homepage": "https://github.com/WebReflection/life-diary#readme"
}