-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 890 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": "azure-iot-provision",
"private": false,
"version": "0.2.4",
"description": "Azure Function to provision a balena device to IoT Hub",
"main": "index.js",
"dependencies": {
"azure-iothub": "^1.14.6",
"balena-sdk": "^16.11.2",
"shelljs": "^0.8.5"
},
"scripts": {
"start": "node index.js",
"test": "echo \"No tests yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io-examples/azure-iot-provision.git"
},
"keywords": [
"balena",
"balenaCloud",
"azure",
"iot"
],
"author": "Ken Bannister <ken@balena.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-examples/azure-iot-provision/issues"
},
"homepage": "https://github.com/balena-io-examples/azure-iot-provision",
"versionist": {
"publishedAt": "2022-07-14T22:43:56.391Z"
}
}