-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@pineview/iotedge-common",
"version": "0.3.2",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pineviewlabs/iotedge-common.git"
},
"keywords": [
"IoT",
"IoTEdge",
"Azure IoT Edge"
],
"author": {
"name": "Pine View Software AS",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pineviewlabs/iotedge-common/issues"
},
"homepage": "https://github.com/pineviewlabs/iotedge-common#readme",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/src"
},
"dependencies": {
"azure-iot-device": "^1.18.3",
"azure-iot-device-amqp": "^1.14.3",
"azure-iot-device-http": "^1.14.3",
"azure-iot-device-mqtt": "^1.16.3",
"azure-iot-provisioning-device": "^1.9.1",
"azure-iot-security-symmetric-key": "^1.8.2",
"azure-iot-provisioning-device-mqtt": "^1.8.1",
"dotenv": "^16.3.1",
"lodash.merge": "^4.6.2",
"winston": "^3.11.0"
},
"devDependencies": {
"eslint": "^8.51.0",
"nightwatch": "^3.2.1"
},
"files": [
"lib",
"utils",
"README.md",
"LICENSE.md",
"package.json",
"package-lock.json"
]
}