-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 943 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
{
"name": "grannepack-css",
"displayName": "GrannePack CSS",
"description": "CSS-related extensions for Scott Granneman’s Web Dev courses",
"version": "0.6.0",
"publisher": "granneman",
"author": {
"name": "Scott Granneman",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"vscode": "^1.62.0"
},
"icon": "images/grannepack-css-logo.png",
"categories": [
"Extension Packs"
],
"keywords": [
"css",
"flexbox",
"grannepack",
"sass",
"scss"
],
"galleryBanner": {
"color": "#4a525a",
"theme": "dark"
},
"repository": {
"url": "https://github.com/rsgranne/grannepack-css"
},
"homepage": "https://github.com/rsgranne/grannepack-css",
"bugs": {
"url": "https://github.com/rsgranne/grannepack-css/issues"
},
"extensionPack": [
"dzhavat.css-flexbox-cheatsheet",
"glenn2223.live-sass",
"Zignd.html-css-class-completion"
]
}