forked from johnpapa/vscode-angular-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "angular-essentials",
"displayName": "Angular Essentials",
"description": "Essential extensions for Angular developers",
"icon": "images/angular-shield.png",
"galleryBanner": {
"color": "#0273D4",
"theme": "dark"
},
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/johnpapa/vscode-angular-essentials.git"
},
"keywords": [
"Angular",
"Angular 2",
"Angular 6",
"TypeScript",
"HTML"
],
"version": "0.4.0",
"publisher": "johnpapa",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Extension Packs"
],
"extensionDependencies": [
"johnpapa.Angular2",
"Angular.ng-template",
"EditorConfig.EditorConfig",
"eg2.tslint",
"msjsdiag.debugger-for-chrome",
"christian-kohler.path-intellisense",
"natewallace.angular2-inline",
"johnpapa.winteriscoming",
"esbenp.prettier-vscode",
"eg2.vscode-npm-script",
"pkief.material-icon-theme"
]
}