-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 965 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
43
44
45
46
{
"name": "plone-vs-snippets",
"displayName": "Plone Snippets",
"version": "1.0.5",
"publisher": "Derico",
"description": "VS Code Snippets for the Python based CMS Plone",
"icon": "images/plone.png",
"repository": {
"type": "git",
"url": "https://github.com/plone/plone-vs-snippets.git"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Snippets"
],
"keywords": [
"plone",
"snippets",
"vs code"
],
"author": "MrTango",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/plone/plone-vs-snippets/issues"
},
"homepage": "https://github.com/plone/plone-vs-snippets#readme",
"contributes": {
"snippets": [
{
"language": "xml",
"path": "./snippets/xml.json"
},
{
"language": "python",
"path": "./snippets/python.json"
}
]
},
"__metadata": {
"id": "d749f4d0-2cc2-42b2-aeac-4dedd4e7774d",
"publisherDisplayName": "Derico",
"publisherId": "fbb21e6e-787e-48f8-ae18-ae6841010665"
}
}