sigfox-gcloud
Version:
Framework for building a Sigfox server, based on Google Cloud Functions
30 lines (29 loc) • 729 B
JSON
{
"name": "routeMessage",
"version": "2.1.0",
"author": {
"name": "Lee Lup Yuen",
"email": "ly.lee@unabiz.com",
"url": "http://github.com/unabiz/"
},
"license": "MIT",
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"@google-cloud/debug-agent": "^2.3.2",
"@google-cloud/error-reporting": "^0.2.3",
"@google-cloud/logging": "^1.1.4",
"@google-cloud/pubsub": "^0.16.4",
"@google-cloud/trace-agent": "^2.4.1",
"dnscache": "^1.0.1",
"dotenv": "^4.0.0",
"googleapis": "^22.2.0",
"sigfox-gcloud": ">=2.1.1",
"sigfox-iot-cloud": ">=1.1.0",
"safe-buffer": "5.0.1",
"node-fetch": "^1.6.3",
"json-stringify-safe": "^5.0.1",
"uuid": "^3.1.0"
}
}