-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "@arkecosystem/desktop-wallet-explorer",
"version": "0.1.13",
"description": "Use the ARK Mainnet explorer directly within the wallet",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ark-ecosystem-desktop-plugins/explorer.git"
},
"desktop-wallet": {
"title": "ARK Explorer",
"logo": "https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/explorer/master/images/logo.png",
"images": [
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/explorer/master/images/preview-1.png",
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/explorer/master/images/preview-2.png"
],
"categories": [
"utility"
],
"permissions": [
"COMPONENTS",
"ROUTES",
"MENU_ITEMS",
"UI_COMPONENTS",
"PROFILE_CURRENT",
"WEBFRAME"
],
"minimumVersion": "2.6"
},
"keywords": [
"utility",
"explorer",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"contributors": [
"Alex Barnsley <alex@ark.io>",
"Juan A. Martín <juan@ark.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ark-ecosystem-desktop-plugins/explorer/issues"
},
"homepage": "https://github.com/ark-ecosystem-desktop-plugins/explorer#readme"
}