node-red-nodes/social/nma/package.json

30 lines
782 B
JSON
Raw Normal View History

{
"name" : "node-red-node-nma",
2018-06-02 14:41:22 +02:00
"version" : "0.0.9",
"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"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/social/nma"
},
"license": "Apache-2.0",
2018-06-02 14:41:22 +02:00
"keywords": [ "nma", "notify my android" ],
"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"
}]
}