forked from textonym/ifcLiteViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpbiviz.json
More file actions
25 lines (25 loc) · 702 Bytes
/
Copy pathpbiviz.json
File metadata and controls
25 lines (25 loc) · 702 Bytes
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
{
"visual": {
"name": "ifcLiteViewer",
"displayName": "IFC Lite Viewer",
"guid": "ifcLiteViewer",
"visualClassName": "Visual",
"version": "1.0.1.0",
"description": "IFC viewer with IFClite and Three.js",
"supportUrl": "https://example.com/support",
"gitHubUrl": "https://github.com/your-org/ifcLiteViewer"
},
"apiVersion": "5.3.0",
"author": {
"name": "IFC Viewer",
"email": "example@example.com"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": "dependencies.json",
"stringResources": []
}