UNPKG

photobackup

Version:

PhotoBackup server implementation for Node.js

39 lines (38 loc) 849 B
{ "name": "photobackup", "version": "0.1.0", "description": "PhotoBackup server implementation for Node.js", "keywords": [ "photobackup", "photos", "self-hosting" ], "homepage": "https://photobackup.github.io/", "bugs": { "url": "https://github.com/PhotoBackup/server-node/issues", "email": "photobackup@s13d.fr" }, "license": "GPL-2.0", "author": "s13d", "contributors": [ { "name": "Stéphane Péchard", "email": "sd@s13d.fr" } ], "bin": "photobackup.js", "main": "photobackup.js", "repository": { "type": "git", "url": "https://github.com/PhotoBackup/server-node" }, "dependencies": { "body-parser": "^1.13.2", "docopt": "^0.6.2", "express": "^4.13.1", "ini": "^1.3.4", "inquirer": "^0.9.0", "multer": "^0.1.8", "sha512": "0.0.1" } }