-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
47
48
49
50
51
{
"name": "grannepack-html",
"displayName": "GrannePack HTML",
"description": "HTML-related extensions for Scott Granneman’s Web Dev courses",
"version": "0.10.0",
"publisher": "granneman",
"author": {
"name": "Scott Granneman",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"vscode": "^1.34.0"
},
"icon": "images/grannepack-html-logo.png",
"categories": [
"Extension Packs"
],
"keywords": [
"html",
"grannepack",
"teaching"
],
"galleryBanner": {
"color": "#4a525a",
"theme": "dark"
},
"repository": {
"url": "https://github.com/rsgranne/grannepack-html"
},
"homepage": "https://github.com/rsgranne/grannepack-html",
"bugs": {
"url": "https://github.com/rsgranne/grannepack-html/issues"
},
"extensionPack": [
"3axap4eHko.file-templates-manager",
"AdamCaviness.theme-monokai-dark-soda",
"JakeWilson.vscode-placeholder-images",
"anseki.vscode-color",
"cantonios.project-templates",
"fabiospampinato.vscode-projects-plus",
"formulahendry.auto-close-tag",
"htmlhint.vscode-htmlhint",
"kisstkondoros.vscode-gutter-preview",
"ms-vscode.live-server",
"oderwat.indent-rainbow",
"PKief.material-icon-theme",
"sleistner.vscode-fileutils",
"streetsidesoftware.code-spell-checker"
]
}