-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.19 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
51
52
{
"name": "vscode-jekyll-snippets",
"version": "0.9.3",
"publisher": "ginfuru",
"displayName": "Jekyll Snippets",
"description": "Jekyll snippets for Visual Studio Code",
"icon": "images/jekyll-logo.png",
"galleryBanner": {
"color": "#333333",
"theme": "dark"
},
"engines": {
"vscode": "0.10.x"
},
"categories": [
"Snippets"
],
"keywords": [
"snippets",
"markdown",
"liquid",
"jekyll"
],
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/ginfuru/vscode-jekyll-snippets",
"repository": {
"type": "git",
"url": "https://github.com/ginfuru/vscode-jekyll-snippets.git"
},
"bugs": "https://github.com/ginfuru/vscode-jekyll-snippets/issues",
"contributes": {
"snippets": [
{
"language": "jekyll",
"path": "./snippets/jekyll.json"
},
{
"language": "html",
"path": "./snippets/jekyll.json"
},
{
"language": "markdown",
"path": "./snippets/jekyll.json"
}
]
},
"__metadata": {
"id": "7891ba3a-fe11-4e55-bf8f-21479bed022c",
"publisherId": "e4159f93-1b6e-4dd8-b879-3bc62c30dad0",
"publisherDisplayName": "ginfuru"
}
}