forked from Trivadis/vscode-ngtvd-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 997 Bytes
/
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
{
"name": "ngtvd-extensions",
"displayName": "Angular@Trivadis VS Code Essentials",
"description": "Extensions for Angular developers @ Trivadis",
"version": "0.0.2",
"publisher": "trivadis",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#0274d5",
"theme": "dark"
},
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/TrivadisCloud/vscode-ngtvd-extensions"
},
"keywords": [
"TypeScript",
"Angular",
"Angular 2",
"Angular 4",
"Angular 5"
],
"engines": {
"vscode": "0.10.x"
},
"categories": [
"Extension Packs"
],
"extensionDependencies": [
"johnpapa.Angular2",
"Angular.ng-template",
"eg2.tslint",
"msjsdiag.debugger-for-chrome",
"christian-kohler.path-intellisense",
"natewallace.angular2-inline",
"jtlowe.vscode-icon-theme"
]
}