-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 887 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
{
"name": "actions-on-google-snippets",
"displayName": "Actions on Google snippets",
"description": "Collection of snippets for Actions on Google",
"version": "0.3.0",
"author": {
"name": "Denis V.",
"email": "[email protected]",
"url": "https://github.com/DenisVCode"
},
"publisher": "DenisV",
"engines": {
"vscode": "^1.31.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "typescript",
"path": "./snippets/typescript.json"
},
{
"language": "javascript",
"path": "./snippets/javascript.json"
}
]
},
"repository": {
"url": "https://github.com/DenisVCode/Actions-on-Google-Snippets-VS-Code"
},
"license": "MIT"
}