UNPKG

sigfox-gcloud

Version:

Framework for building a Sigfox server, based on Google Cloud Functions

47 lines (46 loc) 1.13 kB
{ "name": "sigfox-gcloud", "version": "2.1.1", "description": "Framework for building a Sigfox server, based on Google Cloud Functions", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "sigfox", "gcloud", "functions", "google", "cloud", "functions", "iot" ], "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/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", "gcloud-trace": "^1.3.7", "json-stringify-safe": "^5.0.1", "sigfox-iot-cloud": ">=1.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/UnaBiz/sigfox-gcloud.git" }, "bugs": { "url": "https://github.com/UnaBiz/sigfox-gcloud/issues" }, "homepage": "https://github.com/UnaBiz/sigfox-gcloud#readme" }