|
|
@@ -0,0 +1,22 @@ |
|
|
|
{ |
|
|
|
"name": "fedoragoldwallet", |
|
|
|
"description": "FedoraGold (FED) GUI Wallet", |
|
|
|
"main": "main.js", |
|
|
|
"authors": [ |
|
|
|
"FedoraGold (FED)", |
|
|
|
"Rixombea", |
|
|
|
"Macroshock & TurtleCoin Developers" |
|
|
|
], |
|
|
|
"license": "ISC", |
|
|
|
"homepage": "https://github.com/jojapoppa/fedoragold-wallet-electron", |
|
|
|
"ignore": [ |
|
|
|
"**/.*", |
|
|
|
"node_modules", |
|
|
|
"bower_components", |
|
|
|
"test", |
|
|
|
"tests" |
|
|
|
], |
|
|
|
"dependencies": { |
|
|
|
"webcomponentsjs": "^2.2.10" |
|
|
|
} |
|
|
|
} |