-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 901 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
{
"name": "uview-snippet",
"displayName": "uview-snippet",
"description": "uview代码提示",
"version": "0.1.1",
"publisher": "xiashui",
"icon": "images/logo.png",
"engines": {
"vscode": "^1.52.0"
},
"repository": {
"type": "git",
"url": "https://github.com/xiashui1994/uview-snippet"
},
"keywords": [
"uniapp",
"uview",
"snippet"
],
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "vue-html",
"path": "./snippets/components.json"
},
{
"language": "vue-html",
"path": "./snippets/components-js.json"
},
{
"language": "javascript",
"path": "./snippets/js.json"
}
]
}
}