2015-01-04 21:34:12 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-emoncms",
|
2021-02-07 23:36:07 +01:00
|
|
|
"version" : "0.3.0",
|
2015-10-21 13:08:30 +02:00
|
|
|
"description" : "A Node-RED node to fetch/post data to/from emoncms",
|
2015-01-04 21:34:12 +01:00
|
|
|
"dependencies" : {
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/emoncms"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2015-01-04 21:34:12 +01:00
|
|
|
"keywords": [ "node-red", "emoncms" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"emoncms": "88-emoncms.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Henrik Olsson",
|
|
|
|
"email": "henols@gmail.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "dceejay",
|
|
|
|
"email": "ceejay@vnet.ibm.com"
|
2015-10-21 13:08:30 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "knolleary",
|
|
|
|
"email": "nick.oleary@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Glyn Hudson",
|
|
|
|
"email": "glyn.hudson@openenergymonitor.org"
|
2018-03-29 09:53:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "borpin",
|
|
|
|
"email": "brian.orpin@gmail.com"
|
|
|
|
}
|
2015-01-04 22:14:00 +01:00
|
|
|
]
|
2015-01-04 21:34:12 +01:00
|
|
|
}
|