mirror of
https://gitlab.com/theadib/JSonRPCPlugin.git
synced 2026-08-29 23:50:27 +08:00
25 lines
416 B
JSON
25 lines
416 B
JSON
{
|
|
"type" : "Standard",
|
|
"name" : "Json RPC (Standard Plugin)",
|
|
"icon" : ":/CC/plugin/JsonRPCPlugin/images/icon.png",
|
|
"description": "This is a Json RPC interface for CloudCompare.",
|
|
"authors" : [
|
|
{
|
|
"name" : "theAdib",
|
|
"email" : "theadib@gmail.com"
|
|
}
|
|
],
|
|
"maintainers" : [
|
|
{
|
|
"name" : "theAdib",
|
|
"email" : "theadib@gmail.com"
|
|
}
|
|
],
|
|
"references" : [
|
|
{
|
|
"text" : "",
|
|
"url" : ""
|
|
}
|
|
]
|
|
}
|