-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1006 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
36
37
38
39
{
"name": "cb-gcp-iot-provision",
"version": "0.1.1",
"description": "Google Cloud function to provision a balena device to ClearBlade IoT Core",
"main": "index.js",
"type": "module",
"private": false,
"dependencies": {
"@google-cloud/functions-framework": "^3.1.3",
"@clearblade/iot": "^1.0.6",
"balena-sdk": "^16.36.0"
},
"scripts": {
"start": "node index.js",
"test": "echo \"No tests yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-examples/cb-gcp-iot-provision.git"
},
"keywords": [
"balena",
"balenaCloud",
"google",
"clearblade",
"iotcore",
"iot",
"gcp"
],
"author": "Ken Bannister <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-examples/cb-gcp-iot-provision/issues"
},
"homepage": "https://github.com/balena-io-examples/cb-gcp-iot-provision",
"versionist": {
"publishedAt": "2023-03-03T15:14:49.379Z"
}
}