forked from UnaBiz/sigfox-gcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "sigfox-gcloud",
"version": "2.0.10",
"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": ">=7.8.0"
},
"dependencies": {
"@google-cloud/error-reporting": "^0.2.2",
"@google-cloud/logging": "^1.0.6",
"@google-cloud/pubsub": "^0.14.4",
"@google-cloud/trace-agent": "^2.2.0",
"dnscache": "^1.0.1",
"dotenv": "^4.0.0",
"gcloud-trace": "^1.3.7",
"json-stringify-safe": "^5.0.1",
"sigfox-iot-cloud": ">=1.0.29"
},
"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"
}