-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.59 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "codyhouse-snippets",
"displayName": "CodyHouse Framework v3 (old version) Snippets",
"description": "CodyHouse Framework v3 autocomplete for HTML and CSS",
"version": "0.4.2",
"publisher": "CodyHouse",
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "html",
"path": "./codyhouse-snippets-html.json"
},
{
"language": "css",
"path": "./codyhouse-snippets-scss.json"
},
{
"language": "less",
"path": "./codyhouse-snippets-scss.json"
},
{
"language": "postcss",
"path": "./codyhouse-snippets-scss.json"
},
{
"language": "sass",
"path": "./codyhouse-snippets-scss.json"
},
{
"language": "scss",
"path": "./codyhouse-snippets-scss.json"
},
{
"language": "stylus",
"path": "./codyhouse-snippets-scss.json"
},
{
"language": "javascript",
"path": "./codyhouse-snippets-js.json"
}
]
},
"engines": {
"vscode": "^1.30.0"
},
"icon": "logo.png",
"keywords": [
"codyhouse",
"codyframe",
"scss",
"css",
"html",
"js",
"snippets",
"autocomplete",
"vscode",
"vscode-extension"
],
"author": "CodyHouse <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/CodyHouse/codyhouse-vscode-snippets/blob/master/README.md",
"bugs": {
"url": "https://github.com/CodyHouse/codyhouse-vscode-snippets/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/CodyHouse/codyhouse-vscode-snippets.git"
}
}