-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
50
51
{
"name": "@dated/delegate-calculator-plugin",
"version": "1.0.5",
"description": "Compare delegate payouts and get an overview of your potential staking rewards directly in the ARK Desktop Wallet",
"main": "src/index.js",
"author": "Edgar Goetzendorff <[email protected]>",
"license": "MIT",
"desktop-wallet": {
"title": "ARK Delegate Calculator",
"logo": "https://raw.githubusercontent.com/dated/delegate-calculator-plugin/master/logo.png",
"images": [
"https://raw.githubusercontent.com/dated/delegate-calculator-plugin/master/images/preview-1.png",
"https://raw.githubusercontent.com/dated/delegate-calculator-plugin/master/images/preview-2.png"
],
"categories": [
"utility"
],
"permissions": [
"COMPONENTS",
"ROUTES",
"MENU_ITEMS",
"UI_COMPONENTS",
"PROFILE_CURRENT",
"PEER_CURRENT",
"HTTP",
"ALERTS",
"STORAGE"
],
"urls": [
"^"
],
"minimumVersion": "2.9.1"
},
"keywords": [
"utility",
"rewards",
"staking",
"delegates",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"bugs": {
"url": "https://github.com/dated/delegate-calculator-plugin/issues"
},
"homepage": "https://github.com/dated/delegate-calculator-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/dated/delegate-calculator-plugin.git"
}
}