generated from ark-ecosystem-desktop-plugins/theme-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json~
45 lines (45 loc) · 1.34 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
{
"name": "@pieface/avfc-theme",
"version": "0.0.1",
"description": "Aston Villa theme for the ARK Desktop Wallet",
"main": "src/index.js",
"author": "PieFacE",
"license": "MIT",
"desktop-wallet": {
"title": "Aston Villa Theme",
"logo": "https://raw.githubusercontent.com/avfcpieface/avfc-theme/master/logo.jpg",
"images": [
"https://raw.githubusercontent.com/avfcpieface/avfc-theme/master/timage.jpg",
"https://raw.githubusercontent.com/avfcpieface/avfc-theme/master/timage2.jpg",
"https://raw.githubusercontent.com/avfcpieface/avfc-theme/master/timage33.jpg",
"https://raw.githubusercontent.com/avfcpieface/avfc-theme/master/image4.jpg",
"https://raw.githubusercontent.com/avfcpieface/avfc-theme/master/image5.png",
"https://raw.githubusercontent.com/avfcpieface/avfc-theme/master/image6.png"
],
"categories": [
"theme"
],
"permissions": [
"THEMES"
],
"minVersion": "2.6"
},
"keywords": [
"theme",
"template",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"contributors": [
"PieFacE"
],
"bugs": {
"url": "https://github.com/avfcpieface/avfc-theme/issues"
},
"homepage": "https://github.com/avfcpieface/avfc-theme#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/avfcpieface/avfc-theme.git"
}
}