-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1018 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
{
"name": "simulated-device",
"version": "1.0.0",
"description": "Simulated device application in the IoT Hub quickstart device-to-cloud sample",
"main": "device.js",
"scripts": {
"start": "node device.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure-Samples/azure-iot-samples-node.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure-Samples/azure-iot-samples-node/issues"
},
"homepage": "https://github.com/Azure-Samples/azure-iot-samples-node#readme",
"dependencies": {
"@google-cloud/storage": "^5.8.5",
"axios": "^0.21.1",
"azure-iot-device": "^1.7.1",
"azure-iot-device-mqtt": "^1.7.1",
"firebase": "^8.6.2",
"firebase-admin": "^9.8.0",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"node-webcam": "^0.8.0",
"path": "^0.12.7",
"socket.io-client": "^4.1.2",
"uuid-v4": "^0.1.0"
}
}