2015-06-13 19:47:00 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-mongodb",
|
2016-11-16 23:48:41 +01:00
|
|
|
"version" : "0.0.11",
|
2015-06-13 19:47:00 +02:00
|
|
|
"description" : "Node-RED nodes to talk to an Mongo database",
|
|
|
|
"dependencies" : {
|
2016-11-02 16:25:35 +01:00
|
|
|
"mongodb" : "^2.2.11"
|
2015-06-13 19:47:00 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/storage/mongodb"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|