-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 905 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
{
"name": "docker-swarm-snippets",
"displayName": "docker-swarm-snippets",
"description": "Snippets for docker swarm stack yml",
"version": "0.0.1",
"publisher": "Saimon",
"homepage": "https://github.com/SaimonL/docker-swarm-snippets",
"repository": {
"type": "git",
"url": "https://github.com/SaimonL/docker-swarm-snippets"
},
"markdown": "github",
"readme": "https://github.com/SaimonL/docker-swarm-snippets/blob/master/README.md",
"icon": "icon.png",
"engines": {
"vscode": "^1.55.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "yaml",
"path": "./snippets/snippets.code-snippets"
},
{
"language": "yaml",
"path": "./snippets/master-template.code-snippets"
},
{
"language": "yaml",
"path": "./snippets/network.code-snippets"
}
]
}
}