mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"files": [
|
|
"README.md"
|
|
],
|
|
"imageSize": 100,
|
|
"commit": false,
|
|
"contributors": [
|
|
{
|
|
"login": "skamensky",
|
|
"name": "skamensky",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/19151369?v=4",
|
|
"profile": "https://github.com/skamensky",
|
|
"contributions": [
|
|
"code",
|
|
"ideas",
|
|
"doc"
|
|
]
|
|
}
|
|
],
|
|
"contributorsPerLine": 7,
|
|
"projectName": "wails",
|
|
"projectOwner": "wailsapp",
|
|
"repoType": "github",
|
|
"repoHost": "https://github.com",
|
|
"skipCi": true
|
|
}
|