1
1
{
2
- "name" : " AngularMaterial" ,
3
- "displayName" : " Angular Material v7 snippets" ,
4
- "description" : " Angular Material with HTML snippets" ,
5
- "version" : " 7.0.0" ,
6
- "publisher" : " hardikpthv" ,
7
- "license" : " MIT" ,
8
- "icon" : " images/angular.png" ,
9
- "galleryBanner" : {
10
- "color" : " #3f51b5" ,
11
- "theme" : " dark"
12
- },
13
- "homepage" : " https://github.com/hardikpthv/vscode-ng-material-snippets/blob/master/README.md" ,
14
- "bugs" : {
15
- "url" : " https://github.com/hardikpthv/vscode-ng-material-snippets/issues"
16
- },
17
- "repository" : {
18
- "type" : " git" ,
19
- "url" : " https://github.com/hardikpthv/vscode-ng-material-snippets.git"
20
- },
21
- "keywords" : [
22
- " Angular" ,
23
- " Angular 6" ,
24
- " Material" ,
25
- " Angular Material" ,
26
- " HTML"
27
- ],
28
- "engines" : {
29
- "vscode" : " ^1.10.0"
30
- },
31
- "categories" : [
32
- " Snippets"
33
- ],
34
- "contributes" : {
35
- "snippets" : [
36
- {
37
- "language" : " html" ,
38
- "path" : " ./snippets/html.json"
39
- },
40
- {
41
- "language" : " typescript" ,
42
- "path" : " ./snippets/typescript.json"
43
- }
44
- ]
45
- }
46
- }
2
+ "name" : " AngularMaterial" ,
3
+ "displayName" : " Angular Material v7 snippets" ,
4
+ "description" : " Angular Material with HTML and TypeScript snippets" ,
5
+ "version" : " 7.0.0" ,
6
+ "publisher" : " hardikpthv" ,
7
+ "license" : " MIT" ,
8
+ "icon" : " images/angular.png" ,
9
+ "galleryBanner" : {
10
+ "color" : " #3f51b5" ,
11
+ "theme" : " dark"
12
+ },
13
+ "homepage" : " https://github.com/hardikpthv/vscode-ng-material-snippets/blob/master/README.md" ,
14
+ "bugs" : {
15
+ "url" : " https://github.com/hardikpthv/vscode-ng-material-snippets/issues"
16
+ },
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " https://github.com/hardikpthv/vscode-ng-material-snippets.git"
20
+ },
21
+ "keywords" : [
22
+ " Angular" ,
23
+ " Angular 6" ,
24
+ " Material" ,
25
+ " Angular Material" ,
26
+ " HTML"
27
+ ],
28
+ "engines" : {
29
+ "vscode" : " ^1.10.0"
30
+ },
31
+ "categories" : [
32
+ " Snippets"
33
+ ],
34
+ "contributes" : {
35
+ "snippets" : [
36
+ {
37
+ "language" : " html" ,
38
+ "path" : " ./snippets/html.json"
39
+ },
40
+ {
41
+ "language" : " typescript" ,
42
+ "path" : " ./snippets/typescript.json"
43
+ }
44
+ ]
45
+ }
46
+ }
0 commit comments