2015-06-13 19:47:00 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-mongodb",
|
2021-01-22 14:50:37 +01:00
|
|
|
"version" : "0.2.5",
|
|
|
|
"description" : "Node-RED nodes to talk to a Mongo database",
|
2015-06-13 19:47:00 +02:00
|
|
|
"dependencies" : {
|
2021-01-22 14:50:37 +01:00
|
|
|
"mongodb" : "^3.6.3"
|
2015-06-13 19:47:00 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/storage/mongodb"
|
2015-06-13 19:47:00 +02:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"keywords": [ "node-red", "mongodb" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"mongo": "66-mongodb.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2020-09-14 18:21:41 +02:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ross Cruickshank",
|
|
|
|
"email": "ross@vnet.ibm.com"
|
2015-06-13 19:47:00 +02:00
|
|
|
}
|
2020-09-14 18:21:41 +02:00
|
|
|
]
|
2015-06-13 19:47:00 +02:00
|
|
|
}
|