-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "@breno.polanski/brazilian-portuguese-language-plugin",
"version": "1.0.1",
"description": "Brazilian Portuguese Language Pack",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/brenopolanski/brazilian-portuguese-language-plugin.git"
},
"desktop-wallet": {
"title": "Brazilian Portuguese Language Pack",
"logo": "https://raw.githubusercontent.com/brenopolanski/brazilian-portuguese-language-plugin/master/logo.png",
"categories": [
"language"
],
"permissions": [
"LANGUAGES"
],
"minimumVersion": "2.9.1"
},
"keywords": [
"language",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"author": {
"name": "Breno Polanski",
"email": "[email protected]",
"web": "http://brenopolanski.com",
"twitter": "brenopolanski"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/brenopolanski/brazilian-portuguese-language-plugin/issues"
},
"homepage": "https://github.com/brenopolanski/brazilian-portuguese-language-plugin#readme"
}