-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
46
47
48
49
50
{
"name": "nhsuk-design-system-snippets",
"version": "2.0.0",
"publisher": "simonwhatley",
"displayName": "NHS.UK Design System snippets",
"description": "NHS.UK Design System snippets for Nunjucks by Simon Whatley",
"keywords": [
"government",
"nhs",
"nhs.uk",
"nunjucks",
"prototyping",
"snippet",
"snippets",
"vscode"
],
"icon": "images/icon.png",
"author": "Simon Whatley",
"funding": {
"type": "patreon",
"url": "https://patreon.com/simonwhatley"
},
"licence": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/simonwhatley/nhsuk-visual-studio-code-extension.git"
},
"bugs": {
"url": "https://github.com/simonwhatley/nhsuk-visual-studio-code-extension/issues"
},
"homepage": "https://github.com/simonwhatley/nhsuk-visual-studio-code-extension#readme",
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "html",
"path": "./snippets/snippets.json"
},
{
"language": "nunjucks",
"path": "./snippets/snippets.json"
}
]
}
}