-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
38 lines (38 loc) · 987 Bytes
/
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
{
"name": "vscode-liquid-snippets",
"version": "2.0.3",
"publisher": "killalau",
"displayName": "Shopify Liquid Template Snippets",
"description": "Shopify Liquid Template snippets",
"icon": "images/shopify-icon.png",
"galleryBanner": {
"color": "#30373b",
"theme": "dark"
},
"engines": {
"vscode": "0.10.x"
},
"categories": [
"Snippets"
],
"keywords": [
"snippets",
"liquid",
"shopify"
],
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/killalau/vscode-liquid-snippets",
"repository": {
"type": "git",
"url": "https://github.com/killalau/vscode-liquid-snippets.git"
},
"bugs": "https://github.com/killalau/vscode-liquid-snippets/issues",
"contributes": {
"snippets": [
{
"language": "liquid",
"path": "./snippets/liquid.json"
}
]
}
}