-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 927 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
{
"name": "NgRxSnippets",
"displayName": "NgRx Snippets (Version 9)",
"description": "NgRx with TypeScript snippets for Angular Apps",
"version": "9.1.0",
"publisher": "hardikpthv",
"license": "MIT",
"icon": "images/ngrx.png",
"galleryBanner": {
"color": "#eff1f3",
"theme": "light"
},
"homepage": "https://github.com/hardikpthv/vscode-ngrx-snippets/blob/master/README.md",
"bugs": {
"url": "https://github.com/hardikpthv/vscode-ngrx-snippets/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hardikpthv/vscode-ngrx-snippets.git"
},
"keywords": [
"ngrx",
"ngrx-effects",
"Angular",
"Reactive",
"TypeScript"
],
"engines": {
"vscode": "^1.10.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "typescript",
"path": "./snippets/typescript.json"
}
]
}
}