node-red-contrib-monzo
Version:
This is a wrapper that will allow a connection to the monzo bank API for use within node-red
28 lines • 895 B
JSON
{
"name": "node-red-contrib-monzo",
"version": "1.2.3",
"description": "This is a wrapper that will allow a connection to the monzo bank API for use within node-red",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sheaffy/node-red-contrib-monzo"
},
"keywords": ["node-red", "nodered", "monzo", "mondo", "bank", "api"],
"author": "Ashley Sheaff",
"license": "MIT",
"dependencies": {
"monzo-js": "git+https://github.com/Sheaffy/monzo-js.git",
"request": "^2.88.0",
"querystring":"^0.2.0",
"cron":"^1.5.0"
},
"node-red": {
"nodes": {
"monzo-in": "monzo/monzo-in.js",
"monzo-out": "monzo/monzo-out.js",
"monzo-webhook": "monzo/monzo-webhook.js"
}
}
}