Add mongo to node-red-node, fix lint etc

This commit is contained in:
dceejay
2015-06-13 18:47:00 +01:00
parent 8a83618618
commit 909afe9fed
5 changed files with 768 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name" : "node-red-node-mongodb",
"version" : "0.0.1",
"description" : "Node-RED nodes to talk to an Mongo database",
"dependencies" : {
"mongodb" : "1.3.6"
},
"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"
}
}