This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.json
37 lines (34 loc) · 1.55 KB
/
readme.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
{
"project_name": "Otter Store",
"version": "0.1.1",
"description": "Loja de aplicativos",
"icon_src": "assets/Octocat.png",
"snap_store_name": "otter-store",
"screenshot_src": ["screenshot/Screenshot1.png","screenshot/Screenshot2.png","screenshot/Screenshot3.png","screenshot/Screenshot4.png","screenshot/Screenshot5.png","screenshot/Screenshot6.png","screenshot/Screenshot7.png","screenshot/Screenshot8.png"],
"author": "Pedro Marinho",
"github_username": "pedroermarinho",
"author_linkedin_username": "pedroermarinho",
"author_twitter_username": "pedroermarinho",
"author_website": "https://pedroermarinho.github.io/",
"homepage": "https://github.com/pedroermarinho/otter_store#readme",
"project_demo_url": "https://github.com/pedroermarinho/otter_store#readme",
"repository_url": "https://github.com/pedroermarinho/otter_store",
"contributing_url": "https://github.com/pedroermarinho/otter_store/blob/master/CONTRIBUTING.md",
"documentation_url": "https://github.com/pedroermarinho/otter_store#readme",
"license_url": "https://github.com/pedroermarinho/otter_store/blob/master/LICENSE",
"issues_url": "https://github.com/pedroermarinho/otter_store/issues",
"license": "MIT",
"install_command": ["sudo snap install otter-store"],
"usage_command": ["otter-store"],
"test_command": ["flutter run -d linux"],
"repository": {
"type": "git",
"url": "[email protected]:pedroermarinho/otter_store.git"
},
"credits": null,
"keywords": [
],
"is_github_repos": true,
"has_start_command": true,
"has_test_command": true
}