-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
51
52
53
54
55
56
57
58
59
{
"name": "nativescript-angular-html-snippets",
"publisher": "ElecTreeFrying",
"author": {
"name": "John James Ermitaño",
"email": "jjgermitano@gmail.com"
},
"displayName": "Nativescript: Angular HTML Snippets",
"description": "This extension adds all Nativescript UI Components, Layouts and Gestures snippets in your HTML.",
"version": "0.1.4",
"icon": "images/ns-ng.png",
"categories": [
"Snippets"
],
"keywords": [
"nativescript",
"snippets",
"anuglar",
"html"
],
"galleryBanner": {
"color": "#494949",
"theme": "dark"
},
"homepage": "https://github.com/ElecTreeFrying/nativescript-angular-html-snippets/blob/master/README.md",
"readme": "",
"repository": {
"type": "git",
"url": "https://github.com/ElecTreeFrying/nativescript-angular-html-snippets.git"
},
"bugs": {
"email": "electreefrying.git@gmail.com",
"url": "https://github.com/ElecTreeFrying/nativescript-angular-html-snippets/issues"
},
"license": "MIT",
"engines": {
"vscode": "^1.43.0"
},
"contributes": {
"snippets": [
{
"language": "html",
"path": "./snippets/ns-components.json"
},
{
"language": "html",
"path": "./snippets/ns-layouts.json"
},
{
"language": "html",
"path": "./snippets/ns-gestures.json"
},
{
"language": "html",
"path": "./snippets/ns-settings-icon.json"
}
]
}
}