-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (59 loc) · 1.48 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
64
65
66
67
{
"name": "neo-tennis-extension-pack",
"displayName": "neo-tennis-developer-extension-pack",
"description": "Pacote com boas extensões para desenvolvimento de angular e spring boot",
"icon": "logo.png",
"version": "1.0.0",
"publisher": "vyctor922",
"author": {
"name": "Victor Alexandre",
"email": "victoralexandre922@gmail.com"
},
"engines": {
"vscode": "^1.49.0"
},
"keywords": [
"angular",
"spring-boot",
"java",
"typescript",
"vscode",
"git",
"github",
"extension-pack",
"neo-tennis"
],
"categories": [
"Extension Packs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/neo-team-org/neo-tennis-extension-pack"
},
"extensionPack": [
"waderyan.nodejs-extension-pack",
"vscjava.vscode-java-pack",
"vmware.vscode-boot-dev-pack",
"johnpapa.angular-essentials",
"bierner.github-markdown-preview",
"vscjava.vscode-lombok",
"redhat.fabric8-analytics",
"redhat.vscode-xml",
"rangav.vscode-thunder-client",
"donjayamanne.githistory",
"waderyan.gitblame",
"shaharkazaz.git-merger",
"mhutchie.git-graph",
"eamodio.gitlens",
"qezhu.gitlink",
"VisualStudioExptTeam.vscodeintellicode",
"VisualStudioExptTeam.intellicode-api-usage-examples",
"foxundermoon.shell-format",
"pnp.polacode",
"GrapeCity.gc-excelviewer",
"tomoki1207.pdf",
"MS-CEINTL.vscode-language-pack-pt-BR",
"berublan.vscode-log-viewer"
]
}