-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 901 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 901 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
26
27
28
{
"name": "workflow-plugin-steam",
"version": "0.2.0",
"author": "GoCodeAlone",
"description": "Steam platform integration: auth, achievements, leaderboards, rich presence, friends, and Workshop",
"license": "Apache-2.0",
"stepTypes": [
"step.steam_auth",
"step.steam_achievement_set",
"step.steam_achievement_sync",
"step.steam_stat_set",
"step.steam_leaderboard_push",
"step.steam_presence_set",
"step.steam_friends_list",
"step.steam_invite_send",
"step.steam_workshop_publish",
"step.steam_workshop_query",
"step.steam_workshop_vote",
"step.steam_workshop_download",
"step.steam_workshop_unsubscribe",
"step.steam_workshop_report",
"step.steam_workshop_takedown",
"step.steam_workshop_check_update",
"step.steam_workshop_collection_query",
"step.steam_workshop_validate",
"step.steam_workshop_modcheck"
]
}