This repository was archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.43 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
40
41
42
43
44
45
46
47
48
{
"name": "forge-dataviz-iot-data-modules",
"version": "0.1.11",
"description": "IoT data modules used by https://github.com/Autodesk-Forge/forge-dataviz-iot-reference-app",
"author": "Autodesk Inc",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Autodesk-Forge/forge-dataviz-iot-data-modules"
},
"keywords": [
"autodesk",
"forge",
"iot",
"js"
],
"dependencies": {
"@azure/arm-iothub": "^4.0.0",
"@azure/digital-twins-core": "^1.0.3",
"@azure/event-hubs": "^5.3.1",
"@azure/identity": "^1.2.3",
"@azure/ms-rest-nodeauth": "^3.0.6",
"aws-sdk": "^2.708.0",
"azure-iothub": "^1.13.0",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.1",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"event-stream": "^4.0.1",
"express": "4.16.2",
"forge-apis": "^0.8.4",
"mime": "^2.4.6",
"node-rsa": "^1.1.1",
"q": "^1.5.1",
"timestring": "^6.0.0",
"tween-functions": "^1.2.0",
"utf-8-validate": "^5.0.2",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.41",
"babel-loader": "^8.1.0",
"@babel/preset-env": "7.12.11",
"@babel/plugin-transform-spread": "^7.13.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.5.0"
}
}