UNPKG

node-red-contrib-easybotics-gphoto-upload

Version:
43 lines (42 loc) 923 B
{ "name": "node-red-contrib-easybotics-gphoto-upload", "version": "0.1.9", "description": "node red nodes to upload photos to google photos", "keywords": [ "googleapi", "google-photos", "google photos", "gphoto", "photo", "backup", "upload", "easybotics", "node-red" ], "dependencies": { "upload-gphotos": "^4.2.1" }, "homepage": "https://github.com/easybotics/node-red-contrib-easybotics-gphoto", "bugs": "https://github.com/easybotics/node-red-contrib-easybotics-gphoto/issues", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "Ben", "email": "keptan@protonmail.com", "url": "https://github.com/keptan" }, "repository": { "type": "git", "url": "https://github.com/easybotics/node-red-contrib-easybotics-gphoto" }, "license": "ISC", "node-red": { "nodes": { "gphotos": "gphotos.js" } } }