-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 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
{
"name": "theme-bear",
"displayName": "Bear Theme",
"description": "A simple and easy to use theme",
"version": "2.1.0",
"publisher": "dahong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shaodahong/theme-bear"
},
"bugs": {
"url": "https://github.com/shaodahong/theme-bear/issues",
"email": "darryshaw@gmail.com"
},
"keywords": [
"icon-theme",
"theme",
"bear"
],
"homepage": "https://github.com/shaodahong/theme-bear",
"icon": "icon.png",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"scripts": {
"prepublishOnly": "np --no-publish --yolo && vsce publish"
},
"contributes": {
"themes": [
{
"label": "Bear Theme",
"uiTheme": "vs-dark",
"path": "./themes/bear-color-theme.json"
}
]
},
"__metadata": {
"id": "e2fafe48-b7d2-4403-9711-327bcf332644",
"publisherDisplayName": "dahong",
"publisherId": "6c823c35-2b87-4fd2-80b1-fcb15cacef33"
},
"devDependencies": {
"np": "^6.5.0"
}
}