mirror of
https://gitlab.com/theadib/JSonRPCPlugin.git
synced 2026-08-29 23:50:27 +08:00
25 lines
493 B
JSON
25 lines
493 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" : "Sword swallowing and its side effects",
|
|
"url" : "http://www.bmj.com/content/333/7582/1285"
|
|
}
|
|
]
|
|
}
|