You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
514 B
JSON
21 lines
514 B
JSON
{
|
|
"gem_name": "${Name}",
|
|
"display_name": "${Name}",
|
|
"license": "What license ${Name} uses goes here: i.e. Apache-2.0 Or MIT",
|
|
"license_url": "",
|
|
"origin": "The primary repo for ${Name} goes here: i.e. http://www.mydomain.com",
|
|
"type": "Code",
|
|
"summary": "A short description of ${Name}.",
|
|
"canonical_tags": [
|
|
"Gem"
|
|
],
|
|
"user_tags": [
|
|
"${Name}"
|
|
],
|
|
"icon_path": "preview.png",
|
|
"requirements": "",
|
|
"dependencies": [
|
|
"QtForPython"
|
|
]
|
|
}
|