-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 KB
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
{
"name": "frontend-vscode-extensionpack",
"publisher": "solodynamo",
"version": "0.0.4",
"description": "Collection of essential vscode extension for front-end development",
"repository": {
"type": "git",
"url": "git+https://github.com/solodynamo/frontend-vscode-extensionpack.git"
},
"keywords": [
"frontend",
"vscode",
"extension",
"buildpack"
],
"displayName": "Frontend VS Code Extension Pack",
"galleryBanner": {
"color": "#4F86C6",
"theme": "dark"
},
"icon": "logo.png",
"categories": ["Extension Packs"],
"engines": {
"vscode": "^1.14.0"
},
"extensionDependencies": [
"formulahendry.auto-close-tag",
"kevinkyang.auto-comment-blocks",
"naumovs.color-highlight",
"msjsdiag.debugger-for-chrome",
"dbaeumer.vscode-eslint",
"flowtype.flow-for-vscode",
"eg2.tslint",
"wix.vscode-import-cost",
"oderwat.indent-rainbow",
"HookyQR.beautify",
"Zignd.html-css-class-completion",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"CoenraadS.bracket-pair-colorizer",
"shinnn.stylelint",
"gcazaciuc.vscode-flow-ide",
"joelday.docthis",
"chrmarti.regex"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/solodynamo/frontend-vscode-extensionpack/issues"
},
"homepage": "https://github.com/solodynamo/frontend-vscode-extensionpack#readme"
}