-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "wing-angular-essentials",
"displayName": "Wing Angular Essentials",
"description": "Essential extensions for Angular developers",
"icon": "images/angular.png",
"galleryBanner": {
"color": "#C80000",
"theme": "dark"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nguyentk90/wing-angular-essentials.git"
},
"keywords": [
"Angular",
"Angular 6",
"Angular 7",
"TypeScript",
"HTML"
],
"version": "0.0.5",
"engines": {
"vscode": "^1.29.0"
},
"publisher": "nguyentr",
"categories": [
"Extension Packs"
],
"extensionPack": [
"johnpapa.Angular2",
"esbenp.prettier-vscode",
"Angular.ng-template",
"donjayamanne.githistory",
"NuclleaR.vscode-extension-auto-import",
"azemoh.one-monokai",
"christian-kohler.path-intellisense",
"eg2.tslint",
"natewallace.angular2-inline"
]
}