forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
378 B
19 lines
378 B
3 years ago
|
{
|
||
|
"name": "Molly - Constellation Desktop Wallet",
|
||
|
"description": "Used to store $DAG tokens",
|
||
|
"author": {
|
||
|
"name": "vito",
|
||
|
"email": "vito@armedvito.com"
|
||
|
},
|
||
|
"version": "1.2.0",
|
||
|
"binaryname": "mollywallet",
|
||
|
"frontend": {
|
||
|
"dir": "frontend",
|
||
|
"install": "npm install",
|
||
|
"build": "npm run build",
|
||
|
"bridge": "src",
|
||
|
"serve": "npm run serve"
|
||
|
},
|
||
|
"WailsVersion": ""
|
||
|
}
|