UNPKG

node-red-contrib-gmail-fetch

Version:
32 lines (31 loc) 774 B
{ "name": "node-red-contrib-gmail-fetch", "version": "0.0.7", "description": "Gmailノードです。", "main": "app.js", "repository": { "type": "git", "url": "git+https://github.com/n0bisuke/node-red-contrib-gmail-fetch.git" }, "scripts": { "git-push": "git add -A && git commit -m 'update' && git push origin master", "deploy": "npm run git-push && npm publish", "test": "echo \"Error: no test specified\" && exit 1" }, "node-red": { "nodes": { "GetLastMessage": "./nodes/getLastMessage/getLastMessage.js", "Send": "./nodes/send/send.js" } }, "keywords": [ "Gmail", "Google", "node-red" ], "author": "n0bisuke", "license": "Apache 2.0", "dependencies": { "googleapis": "^66.0.0" } }