-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "writing-extension-pack",
"displayName": "Writing Extension Pack",
"description": "A extension pack for creating stunning (API) documentation",
"publisher": "ocular-d",
"license": "GPL-2.0-only",
"version": "1.2.2",
"engines": {
"vscode": "^1.37.0"
},
"keywords": [
"writing",
"documentation",
"docs"
],
"categories": [
"Extension Packs"
],
"extensionPack": [
"pnp.polacode",
"bierner.markdown-emoji",
"AlanWalk.markdown-toc",
"streetsidesoftware.code-spell-checker",
"ms-vscode.wordcount",
"ybaumes.highlight-trailing-white-spaces",
"mrmlnc.vscode-remark",
"johnpapa.read-time",
"vincaslt.highlight-matching-tag",
"pkief.material-icon-theme",
"Hyzeta.vscode-theme-github-light",
"eamodio.gitlens",
"drewbourne.vscode-remark-lint",
"oderwat.indent-rainbow",
"errata-ai.vale-server",
"jhartell.vscode-line-endings",
"42Crunch.vscode-openapi",
"Shan.code-settings-sync",
"sdras.night-owl"
],
"repository": {
"type": "git",
"url": "https://github.com/ocular-d/writing-extension-pack"
},
"icon": "icon.png"
}