-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathwebcmd-plugin.json
More file actions
158 lines (158 loc) · 4.21 KB
/
Copy pathwebcmd-plugin.json
File metadata and controls
158 lines (158 loc) · 4.21 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "webcmd",
"version": "0.2.0",
"description": "Webcmd plugin collection",
"webcmd": ">=0.2.0",
"plugins": {
"bmwblog": {
"path": "plugins/bmwblog",
"version": "0.1.0",
"description": "BMWBLOG article discovery commands for Webcmd",
"webcmd": ">=0.3.4",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"cincinnati": {
"path": "plugins/cincinnati",
"version": "0.1.0",
"description": "University of Cincinnati postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"concordia": {
"path": "plugins/concordia",
"version": "0.1.0",
"description": "Concordia University Montréal postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"goettingen": {
"path": "plugins/goettingen",
"version": "0.1.0",
"description": "University of Göttingen postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"heidelberg": {
"path": "plugins/heidelberg",
"version": "0.1.0",
"description": "Heidelberg University postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"hft": {
"path": "plugins/hft",
"version": "0.1.0",
"description": "HFT Stuttgart postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"iit": {
"path": "plugins/iit",
"version": "0.1.0",
"description": "Illinois Institute of Technology postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"jhu": {
"path": "plugins/jhu",
"version": "0.1.0",
"description": "Johns Hopkins University postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"luma": {
"path": "plugins/luma",
"version": "0.1.0",
"description": "Manage hosted Luma events, registration questions, and guests",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"pypi": {
"path": "plugins/pypi",
"version": "0.1.0",
"description": "Inspect public Python package metadata and releases from PyPI",
"webcmd": ">=0.2.0",
"author": {
"name": "Kemal Kaya",
"handle": "yoldaolmak"
}
},
"skyscanner": {
"path": "plugins/skyscanner",
"version": "0.1.0",
"description": "Skyscanner flight search commands for Webcmd",
"webcmd": ">=0.2.0",
"author": {
"name": "Rishabh",
"handle": "rishabhraj36"
}
},
"techcrunch": {
"path": "plugins/techcrunch",
"version": "0.1.0",
"description": "Search and read TechCrunch stories from its public API",
"webcmd": ">=0.2.0",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"ualberta": {
"path": "plugins/ualberta",
"version": "0.1.0",
"description": "University of Alberta postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"yale": {
"path": "plugins/yale",
"version": "0.1.0",
"description": "Yale University postgraduate course export adapter",
"webcmd": ">=0.5.2",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
},
"ycombinator": {
"path": "plugins/ycombinator",
"version": "0.1.0",
"description": "Read-only Y Combinator startup directory commands for WebCMD",
"webcmd": ">=0.2.0",
"author": {
"name": "WebCMD Agent",
"handle": "agentrhq"
}
}
}
}