forked from codeSTACKr/superhero-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "superhero-extensions",
"displayName": "SuperHero Extension Pack",
"description": "Only SuperHeros use these extensions! Check out my VS Code SuperHero course to become one! vsCodeHero.com",
"publisher": "codeSTACKr",
"author": {
"name": "Jesse Hall"
},
"version": "0.0.2",
"engines": {
"vscode": "^1.49.0"
},
"repository": {
"type": "git",
"url": "https://github.com/codestackr/superhero-extensions"
},
"bugs": {
"url": "https://github.com/codestackr/superhero-extensions/issues"
},
"galleryBanner": {
"color": "#09131b",
"theme": "dark"
},
"icon": "images/icon/logo.png",
"categories": [
"Extension Packs"
],
"keywords": [
"SuperHero Extensions",
"codeSTACKr Extensions",
"VSCode SuperHero",
"vsCodeHero",
"codeSTACKr",
"web development",
"web dev",
"basic extension pack",
"basic extensions"
],
"badges": [
{
"url": "https://img.shields.io/badge/SUPPORT%20THIS%20PROJECT-Become%20a%20VS%20Code%20SuperHero%20%E2%86%92-gray?colorA=272727&colorB=ff652f&style=flat",
"href": "http://vsCodeHero.com",
"description": "Support this project!"
}
],
"extensionPack": [
"aaron-bond.better-comments",
"bierner.emojisense",
"codeSTACKr.codestackr-theme",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"ecmel.vscode-html-css",
"esbenp.prettier-vscode",
"formulahendry.auto-rename-tag",
"ritwickdey.LiveServer",
"vscode-icons-team.vscode-icons",
"naumovs.color-highlight",
"Cardinal90.multi-cursor-case-preserve",
"streetsidesoftware.code-spell-checker",
"meganrogge.template-string-converter",
"rangav.vscode-thunder-client"
]
}