-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.11 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
45
46
{
"name": "kirby-snippets",
"displayName": "Kirby Cheatsheet Snippets",
"description": "https://getkirby.com/docs",
"version": "4.2.0",
"publisher": "medienbaecker",
"author": {
"name": "Thomas Günther",
"email": "[email protected]",
"url": "https://medienbaecker.com"
},
"homepage": "https://github.com/medienbaecker/vs-code-kirby-snippets",
"bugs": {
"url": "https://github.com/medienbaecker/vs-code-kirby-snippets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/medienbaecker/vs-code-kirby-snippets.git"
},
"icon": "images/icon.png",
"galleryBanner": {
"color": "#212020",
"theme": "dark"
},
"keywords": [
"getkirby",
"kirbycms",
"snippets",
"snippet",
"vscode"
],
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "php",
"path": "./snippets/snippets.json"
}
]
}
}