mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
2d28a2304f
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question. as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name" : "node-red-node-emoncms",
|
|
"version" : "0.3.0",
|
|
"description" : "A Node-RED node to fetch/post data to/from emoncms",
|
|
"dependencies" : {
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
"directory" : "tree/master/io/emoncms"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "knolleary",
|
|
"email": "nick.oleary@gmail.com"
|
|
},
|
|
{
|
|
"name": "Glyn Hudson",
|
|
"email": "glyn.hudson@openenergymonitor.org"
|
|
},
|
|
{
|
|
"name": "borpin",
|
|
"email": "brian.orpin@gmail.com"
|
|
}
|
|
]
|
|
}
|