-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
50 lines (49 loc) · 1.31 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
44
45
46
47
48
49
50
{
"name": "changelog-and-markdown-snippets",
"displayName": "Smooth Changelog and Markdown Snippets",
"description": "A snippet extension for creating changelogs and markdowns in VSCode!",
"version": "1.2.1",
"publisher": "josee9988",
"license": "SEE LICENSE IN LICENSE",
"author": "Jose Gracia Berenguer <[email protected]>",
"icon": "Images/icon.png",
"keywords": [
"snippet",
"snippet pack",
"changelog",
"keep a changelog",
"changes",
"log",
"markdown",
"readme",
"readme.md",
"changelog.md",
"md",
"changes"
],
"bugs": {
"url": "https://github.com/Josee9988/changelog-and-markdown-snippets/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/Josee9988/changelog-and-markdown-snippets",
"galleryBanner": {
"color": "#1b1a1a",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/Josee9988/Smooth-Changelog-snippets.git"
},
"engines": {
"vscode": "^1.36.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [{
"language": "markdown",
"path": "./snippets/snippets-min.json"
}]
}
}