forked from Autodesk-Forge/viewer-nodejs-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 610 Bytes
/
app.json
File metadata and controls
24 lines (24 loc) · 610 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
{
"name": "viewer-nodejs-tutorial",
"description": "This sample show a simple integration of the Forge Viewer",
"repository": "https://github.com/Autodesk-Forge/viewer-nodejs-tutorial",
"logo": "https://avatars0.githubusercontent.com/u/8017462?v=3&s=200",
"keywords": [
"express",
"framework",
"autodesk",
"forge",
"template",
"Viewer"
],
"env": {
"FORGE_CLIENT_ID": {
"description": "Forge Client ID"
},
"FORGE_CLIENT_SECRET": {
"description": "Forge Client Secret"
}
},
"website": "https://developer.autodesk.com/",
"success_url": "/"
}