-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·47 lines (47 loc) · 1.43 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
{
"name": "@breno.polanski/animal-avatars-ark-wallet",
"version": "0.1.2",
"description": "A collection of custom animal avatars to show in the wallet.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/brenopolanski/animal-avatars-ark-wallet.git"
},
"desktop-wallet": {
"title": "Animal Avatars",
"logo": "https://raw.githubusercontent.com/brenopolanski/animal-avatars-ark-wallet/master/images/logo.png",
"images": [
"https://raw.githubusercontent.com/brenopolanski/animal-avatars-ark-wallet/master/images/preview-1.jpg",
"https://raw.githubusercontent.com/brenopolanski/animal-avatars-ark-wallet/master/images/preview-2.jpg",
"https://raw.githubusercontent.com/brenopolanski/animal-avatars-ark-wallet/master/images/preview-3.jpg"
],
"categories": [
"utility",
"avatar"
],
"permissions": [
"COMPONENTS",
"AVATARS"
],
"urls": [],
"minVersion": "2.6"
},
"keywords": [
"avatar",
"@arkecosystem",
"desktop-wallet",
"plugin",
"animal-avatars"
],
"author": {
"name": "Breno Polanski",
"email": "[email protected]",
"web": "http://brenopolanski.com",
"twitter": "brenopolanski"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/brenopolanski/animal-avatars-ark-wallet/issues"
},
"homepage": "https://github.com/brenopolanski/animal-avatars-ark-wallet#readme"
}