goldberry/project.json

26 lines
470 B
JSON
Raw Permalink Normal View History

2021-05-29 06:26:35 +00:00
{
"name": "Goldberry",
"description": "A smallnet client",
"author": {
"name": "sloum",
"email": "sloum@rawtext.club"
},
"version": "0.1.0",
"binaryname": "goldberry",
"frontend": {
"dir": "frontend",
"install": "npm install",
"build": "npm run build",
"bridge": "src",
"serve": "npm run serve"
},
"tags": "",
"WailsVersion": "",
"CrossCompile": false,
"Platform": "",
"Architecture": "",
"LdFlags": "",
"GoPath": "",
"UseFirebug": false
}