-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 911 Bytes
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 911 Bytes
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
{
"name": "sk-angular",
"displayName": "SK Angular",
"description": "Sic Kode Angular Extension Pack",
"icon": "icon.png",
"galleryBanner": {
"color": "#3B82F6",
"theme": "dark"
},
"author": {
"name": "Sergiu Waxmann",
"email": "sergiu@sickode.com"
},
"publisher": "sickode",
"repository": "https://github.com/sickodewebdesign/sk-angular",
"version": "1.0.1",
"license": "MIT",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"SK",
"Sic Kode",
"Sic Kode Web Design",
"SK Angular",
"Sic Kode Angular",
"Sic Kode Web Design Angular",
"SK Angular Extension Pack",
"Sic Kode Angular Extension Pack",
"Sic Kode Web Design Angular Extension Pack"
],
"extensionPack": [
"angular.ng-template"
],
"scripts": {
"build": "vsce package",
"publish": "vsce publish"
}
}