-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 859 Bytes
/
package.json
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
{
"name": "atem-macro-snippets",
"displayName": "ATEM Macro Snippets",
"publisher": "bryceseifert",
"author": "bryceseifert",
"repository": {
"type": "git",
"url": "https://github.com/bryce-seifert/ATEM-Macro-Snippets"
},
"description": "Snippets for VS Code designed to help in the creation of macros for the ATEM line of video productions switchers from Blackmagic Design.",
"version": "1.1.4",
"icon": "media/icon.png",
"engines": {
"vscode": "^1.41.0"
},
"categories": [
"Snippets"
],
"keywords": [
"ATEM",
"Blackmagic",
"video",
"macro",
"XML"
],
"contributes": {
"snippets": [
{
"language": "xml",
"path": "./snippets/snippets.json"
}
]
}
}