forked from balena-io-examples/google-iot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 864 Bytes
/
package.json
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
{
"name": "balena-google-iotcore",
"private": true,
"version": "0.0.5",
"description": "Sample project showcasing Google IoT Core integration with balena",
"main": "index.js",
"dependencies": {
"@google-cloud/iot": "^1.5.0",
"jsonwebtoken": "^8.5.1",
"mqtt": "^3.0.0",
"shelljs": "^0.8.3"
},
"scripts": {
"gcp-setup": "./scripts/gcp-setup.sh",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-projects/google-iot.git"
},
"keywords": [
"balena",
"balenaCloud",
"google",
"iotcore",
"iot",
"gcp"
],
"author": "Tomás Migone <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-projects/google-iot/issues"
},
"homepage": "https://github.com/balena-io-projects/google-iot#readme"
}