node-red-contrib-notifyimage
Version:
sending text,image via line notify
30 lines (29 loc) • 646 B
JSON
{
"name": "node-red-contrib-notifyimage",
"version": "0.0.1",
"description": "sending text,image via line notify",
"dependencies" : {
"line-api":"^0.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "",
"url": ""
},
"keywords": [
"node-red", "iiot gateway", "jinyistudio", "linenotify"
],
"author": {
"name": "jinyistudio",
"email": "info@jinyistudio.tw",
"url": "http://www.jinyistudio.tw"
},
"license": "Apache-2.0",
"node-red" : {
"nodes": {
"notifyimage": "notifyimage.js"
}
}
}