-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 873 Bytes
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
{
"name": "@cambot1088/cyj-theme_2",
"version": "0.0.3",
"description": "The Cam's Yellow Jacket Wallet Template",
"main": "src/index.js",
"author": "cam (cams_yellow_jacket)",
"license": "MIT",
"desktop-wallet": {
"title": "Cam's Yellow Jacket Theme Template",
"logo": "https://raw.githubusercontent.com/cambo/cyj-theme_2/master/mini-cyj-logo.png",
"categories": [
"theme"
],
"permissions": [
"THEMES"
],
"minVersion": "2.6"
},
"keywords": [
"theme",
"template",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"contributors": [
"Author Name"
],
"bugs": {
"url": "https://github.com/cambo/CYJ-Theme/blob/master/issues"
},
"homepage": "https://github.com/cambo/cyj-theme_2",
"repository": {
"type": "git",
"url": "git+https://github.com/cambo/cyj-theme_2.git"
}
}