-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 850 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
{
"name": "semantic-ui-snippets",
"displayName": "semantic-ui snippets",
"description": "Semantic-UI snippet generator",
"version": "2.1.4",
"publisher": "Licio",
"repository": {
"type": "git",
"url": "https://github.com/liciolentimo/semantic-ui-snippets"
},
"icon": "icon.png",
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "html",
"path": "./snippets/snippets.json"
},
{
"language": "javascript",
"path": "./snippets/snippets.json"
},
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
}
]
}
}