-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
125 lines (125 loc) · 3.57 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "mdb-vscode-snippets",
"publisher": "MDB",
"displayName": "mdbsnippets",
"description": "MDBootstrap snippet generator",
"version": "1.4.7",
"icon": "image/mdb.png",
"repository": {
"type": "git",
"url": "https://github.com/mdbootstrap/MDB-VSCode-snippets.git"
},
"keywords": [
"jQuery",
"MDbootstrap",
"MDB",
"HTML",
"JavaScript",
"bootstrap",
"snippet",
"jQuery 3",
"Bootstrap 4"
],
"engines": {
"vscode": "^1.41.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "html",
"path": "./snippets/html/components/buttons.json"
},
{
"language": "html",
"path": "./snippets/free-template.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/navbar.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/breadcrumbs.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/footer.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/hamburger-menu.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/mega-menu.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/navs.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/scrollspy.json"
},
{
"language": "html",
"path": "./snippets/html/navigation/sidenav.json"
},
{
"language": "html",
"path": "./snippets/html/forms/input.json"
},
{
"language": "html",
"path": "./snippets/html/forms/sliders.json"
},
{
"language": "html",
"path": "./snippets/html/forms/switch.json"
},
{
"language": "html",
"path": "./snippets/html/forms/checkboxes.json"
},
{
"language": "html",
"path": "./snippets/html/components/cards.json"
},
{
"language": "html",
"path": "./snippets/html/components/dropdowns.json"
},
{
"language": "html",
"path": "./snippets/html/components/loaders.json"
},
{
"language": "html",
"path": "./snippets/html/components/panels.json"
},
{
"language": "html",
"path": "./snippets/html/components/alerts.json"
},
{
"language": "html",
"path": "./snippets/html/modals/basic-examples.json"
},
{
"language": "html",
"path": "./snippets/html/modals/advanced-examples.json"
},
{
"language": "html",
"path": "./snippets/html/tables/basic-examples.json"
},
{
"language": "html",
"path": "./snippets/html/plugins/free-plugins.json"
}
]
}
}