-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 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
{
"name": "html-snippets-migrated",
"displayName": "HTML5 Snippets - Remaster",
"description": "Migration - Full HTML tags including HTML5 Snippet, Principal proyect https://github.com/abusaidm/html-snippets",
"version": "0.0.2",
"publisher": "CKurisu",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.90.1"
},
"galleryBanner": {
"color": "#1E81C1",
"theme": "light"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "html",
"path": "./snippets/snippets.json"
}
]
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CKurisu/html-snippets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/CKurisu/html-snippets.git"
},
"homepage": "https://github.com/CKurisu/html-snippets/blob/master/README.md"
}