-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 924 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": "vscode-uxcool-snippet",
"version": "0.0.5",
"description": "UXCool snippets",
"icon": "icon/icon.png",
"publisher": "yupeng",
"repository": {
"type": "git",
"url":"https://github.com/njueyupeng/vscode-uxcool-snippets.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["uxcool","uxcool-vue","uxcool-snippets"],
"engines": {
"vscode": "^1.14.0"
},
"author":{
"name": "yupeng",
"email": "1196194875@qq.com",
"url": "https://github.com/njueyupeng"
},
"categories": [
"Snippets"
],
"contributes":{
"snippets": [
{
"language": "vue-html",
"path":"./snippets/uxcool-snippets.json"
}
]
},
"bugs": {
"url": "https://github.com/njueyupeng/vscode-uxcool-snippets/issues"
},
"homepage": "https://github.com/njueyupeng/vscode-uxcool-snippets/readme",
"license": "MIT"
}