2014-07-27 17:09:50 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-nma",
|
2018-06-02 14:41:22 +02:00
|
|
|
"version" : "0.0.9",
|
2014-07-27 17:09:50 +02:00
|
|
|
"description" : "A Node-RED node to send alerts via Notify-My-Android",
|
|
|
|
"dependencies" : {
|
2014-12-13 00:15:09 +01:00
|
|
|
"nma" : "0.2.2"
|
2014-07-27 17:09:50 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/nma"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2018-06-02 14:41:22 +02:00
|
|
|
"keywords": [ "nma", "notify my android" ],
|
2014-07-27 17:09:50 +02:00
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"nma": "57-nma.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2014-12-13 00:15:09 +01:00
|
|
|
},
|
|
|
|
"contributors": [{
|
|
|
|
"name": "Edwin Hermans",
|
|
|
|
"email": "edwin@madtech.cx"
|
|
|
|
}]
|
2014-07-27 17:09:50 +02:00
|
|
|
}
|