-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (32 loc) · 907 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
{
"name": "elementor-snippets-by-themexplosion",
"displayName": "Elementor Snippets by Themexplosion",
"description": "Support extension containing useful snippets for developing website using Elementor builder.",
"version": "1.0.3",
"publisher": "themexplosion",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.72.0"
},
"license": "GPLv3",
"categories": [
"Snippets"
],
"bugs": {
"url": "https://github.com/themexplosion/vscode-elementor-snippets/issues",
"email": "support@themexplosion.com"
},
"repository": {
"type": "git",
"url": "https://github.com/themexplosion/vscode-elementor-snippets/blob/main/README.md"
},
"homepage": "https://github.com/microsoft/vscode-wordcount/blob/main/README.md",
"contributes": {
"snippets": [
{
"language": "php",
"path": "./snippets/snippets.code-snippets"
}
]
}
}