-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 964 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
{
"name": "theme-redone-snippets-wordpress",
"version": "0.0.3",
"displayName": "Theme Redone Snippets (WordPress)",
"description": "A VS Code extension providing efficient ThemeRedone snippets for rapid Gutenberg WordPress theme development.",
"homepage": "https://webredone.com/theme-redone/",
"publisher": "web-redone",
"icon": "images/theme-redone-vsc-icon.png",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webredone/theme-redone-snippets-vsc-ext.git"
},
"bugs": {
"url": "https://github.com/webredone/theme-redone-snippets-vsc-ext/issues"
},
"keywords": [
"theme-redone",
"wordpress",
"snippets",
"snippet",
"gutenberg",
"block"
],
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "json",
"path": "./snippets/snippets.code-snippets"
}
]
}
}