generated from ark-ecosystem-desktop-plugins/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.42 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
52
53
54
{
"name": "@dated/transaction-export-plugin",
"version": "1.1.6",
"description": "Export your wallet transaction history",
"main": "src/index.js",
"author": "Edgar Goetzendorff <[email protected]>",
"license": "MIT",
"desktop-wallet": {
"title": "Transaction Export",
"logo": "https://raw.githubusercontent.com/dated/transaction-export-plugin/master/logo.png",
"images": [
"https://raw.githubusercontent.com/dated/transaction-export-plugin/master/images/preview-1.png",
"https://raw.githubusercontent.com/dated/transaction-export-plugin/master/images/preview-2.png",
"https://raw.githubusercontent.com/dated/transaction-export-plugin/master/images/preview-3.png"
],
"categories": [
"utility"
],
"permissions": [
"COMPONENTS",
"ROUTES",
"MENU_ITEMS",
"UI_COMPONENTS",
"PROFILE_CURRENT",
"PEER_ALL",
"HTTP",
"UTILS",
"STORAGE",
"ALERTS",
"DIALOGS"
],
"urls": [
"^"
],
"minimumVersion": "2.9.1"
},
"keywords": [
"utility",
"export",
"transactions",
"taxes",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"bugs": {
"url": "https://github.com/dated/transaction-export-plugin/issues"
},
"homepage": "https://github.com/dated/transaction-export-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/dated/transaction-export-plugin.git"
}
}