node-red-contrib-ifttt-broker
Version:
An IFTTT broker for Node-RED
38 lines • 845 B
JSON
{
"name": "node-red-contrib-ifttt-broker",
"version": "0.2.6",
"description": "An IFTTT broker for Node-RED",
"main": "ifttt-broker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ian G <yo.ian.g@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"ifttt": "github:Adorkable-forkable/node-ifttt"
},
"peerDependencies": {
"node-red-dashboard": "2.23.x"
},
"node-red": {
"nodes": {
"ifttt-broker": "ifttt-broker.js",
"ifttt-action": "ifttt-action.js",
"ifttt-trigger": "ifttt-trigger.js"
}
},
"keywords": [
"node-red",
"ifttt",
"broker",
"trigger",
"action",
"api"
],
"devDependencies": {
"eslint": "^7.5.0",
"eslint-plugin-angular": "4.x"
}
}