-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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": "iot-platform-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install",
"start": "EXEC_ENV=azure node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Houston-Inc/iot-platform-api.git"
},
"keywords": [],
"dependencies": {
"@hapi/hapi": "^19.1.0",
"azure-iot-device": "^1.12.2",
"azure-iot-device-amqp": "^1.11.2",
"azure-iot-device-mqtt": "^1.11.2",
"azure-iot-provisioning-device": "^1.7.2",
"azure-iot-provisioning-device-mqtt": "^1.6.2",
"azure-iot-provisioning-service": "^1.7.2",
"azure-iot-security-symmetric-key": "^1.6.2",
"azure-iothub": "1.12.0",
"dotenv": "^8.2.0",
"pg": "^7.18.2",
"socket.io": "^2.3.0"
},
"engines": {
"node": "12.x"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Houston-Inc/iot-platform-api/issues"
},
"homepage": "https://github.com/Houston-Inc/iot-platform-api#readme"
}