-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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": "vscode-essentials",
"displayName": "VSCode Essentials",
"description": "Extension pack that includes all the tools I use daily as a developer.",
"repository": {
"type": "git",
"url": "https://github.com/godhand1607/vscode-essentials.git"
},
"keywords": [
"angular",
"react",
"golang",
"elixir",
"python"
],
"version": "0.0.1",
"publisher": "godhand1607",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Extension Packs"
],
"extensionDependencies": [
"Angular.ng-template",
"EditorConfig.EditorConfig",
"PeterJausovec.vscode-docker",
"Telerik.nativescript",
"akamud.vscode-theme-onelight",
"azemoh.one-monokai",
"azemoh.theme-onedark",
"christian-kohler.path-intellisense",
"cssho.vscode-svgviewer",
"dbaeumer.vscode-eslint",
"eg2.tslint",
"eg2.vscode-npm-script",
"johnpapa.Angular2",
"mjmcloug.vscode-elixir",
"ms-python.python",
"ms-vscode.Go",
"natewallace.angular2-inline",
"shanoor.vscode-nginx"
]
}