-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 968 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "css-deffig",
"displayName": "css-deffig",
"description": "Snippets to add my preset settings",
"version": "1.1.0",
"publisher": "LucasUndefined",
"galleryBanner": {
"color": "#232323",
"theme": "dark"
},
"icon": "assets/css-deffig.png",
"author": {
"name": "Lucas Vinicius Santos",
"email": "vinicius.santoss.dev@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Lucas-Vinicius-Santos/css-deffig.git"
},
"engines": {
"vscode": "^1.67.0"
},
"keywords": [
"css-deffig",
"vscode",
"css",
"sass",
"snippets",
"presets",
"configs",
"default"
],
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "css",
"path": "./snippets/snippets.code-snippets"
},
{
"language": "scss",
"path": "./snippets/snippets.code-snippets"
}
]
}
}