-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "angular-extension-pack",
"displayName": "Angular Extension Pack",
"description": "🚚Popular VS Code extensions for Angular development.",
"version": "0.0.7",
"galleryBanner": {
"color": "#58bc58",
"theme": "dark"
},
"publisher": "Wscats",
"icon": "icon.png",
"repository": {
"url": "https://github.com/Wscats/angular-extension-pack"
},
"homepage": "https://github.com/Wscats/angular-extension-pack",
"bugs": {
"url": "https://github.com/Wscats/angular-extension-pack/issues"
},
"keywords": [
"angular",
"angularjs",
"extension pack",
"angular extension collection",
"eslint",
"javascript",
"format",
"snippets",
"intellisense",
"git"
],
"scripts": {
"build": "vsce package"
},
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"angular.ng-template",
"johnpapa.angular-essentials",
"mikael.angular-beastcode",
"msjsdiag.debugger-for-chrome",
"wscats.search",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"eg2.vscode-npm-script",
"wscats.delete-node-modules",
"esbenp.prettier-vscode"
]
}