This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
forked from mmtrt/notepad-plus-plus-snap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.json
50 lines (47 loc) · 1.79 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"project_name": "visualg",
"version": "3.0.7",
"description": "O Visualg é um programa que permite criar, editar, interpretar e que também executa os algoritmos em português estruturado (portugol) como se fosse um “programa” normal de computador.",
"author": "Pedro Marinho",
"icon_src": "visualg.png",
"snap_store_name": "visualg",
"screenshot_src": ["screenshot.png","screenshot2.png"],
"github_username": "pedroermarinho",
"author_linkedin_username": "pedroermarinho",
"author_twitter_username": "pedroermarinho",
"author_website": "https://pedroermarinho.github.io/",
"homepage": "https://github.com/pedroermarinho/visualg#readme",
"project_demo_url": "https://github.com/pedroermarinho/visualg#readme",
"repository_url": "https://github.com/pedroermarinho/visualg",
"contributing_url": "https://github.com/pedroermarinho/visualg/blob/master/CONTRIBUTING.md",
"documentation_url": "https://github.com/pedroermarinho/visualg#readme",
"license_url": "https://github.com/pedroermarinho/visualg/blob/master/LICENSE",
"issues_url": "https://github.com/pedroermarinho/visualg/issues",
"license": "MIT",
"install_command": [
"sudo snap install visualg",
"sudo snap connect visualg:wine-runtime wine-platform-runtime",
"sudo snap connect visualg:wine-3-stable wine-platform-3-stable"
],
"usage_command": ["visualg"],
"test_command": null,
"repository": {
"type": "git",
"url": "[email protected]:pedroermarinho/visualg.git"
},
"credits": [
{
"name": "VisualG",
"url": "http://visualg3.com.br/"
},
{
"name": "Snapcrafters do Notepad++",
"url": "https://github.com/pedroermarinho/notepad-plus-plus"
}
],
"keywords": [
],
"is_github_repos": true,
"has_start_command": true,
"has_test_command": false
}