-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (43 loc) · 1.04 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "claat-snippets-vscode",
"displayName": "Claat Snippets",
"description": "Making writing CLAAT (Google's CodeLab As A Thing) markdown files fun and easy since 2020.",
"version": "1.0.2",
"publisher": "sjg-ce",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/ucl-casa-ce/claat-snippets-vscode"
},
"categories": [
"Snippets",
"Formatters",
"Other"
],
"keywords": [
"codelab as a thing",
"claat",
"codelab",
"code",
"lab"
],
"bugs": {
"url": "https://github.com/ucl-casa-ce/claat-snippets-vscode/issues"
},
"homepage": "https://www.connected-environments.org",
"icon": "img/icon.png",
"engines": {
"vscode": "^1.43.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "markdown",
"path": "./snippets/snippets.json"
}
]
}
}