signalk-to-mongodb-atlas
Version:
SignalK Plugin to send data to a MongoDB Atlas hosted database
30 lines (29 loc) • 799 B
JSON
{
"name": "signalk-to-mongodb-atlas",
"version": "1.0.1",
"description": "SignalK Plugin to send data to a MongoDB Atlas hosted database",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plainolddave/signalk-to-mongodb-atlas.git"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-category-cloud",
"SignalK",
"MongoDB"
],
"dependencies": {
"superagent": "^3.8.3"
},
"devDependencies": {},
"author": "https://github.com/plainolddave",
"license": "MIT",
"bugs": {
"url": "https://github.com/plainolddave/signalk-to-mongodb-atlas/issues"
},
"homepage": "https://github.com/plainolddave/signalk-to-mongodb-atlas#readme"
}