antosdk-apps/GraphEditor/package.json

16 lines
399 B
JSON
Raw Normal View History

2018-09-29 11:19:26 +02:00
{
"app":"GraphEditor",
"name":"Graph Editor",
"description":"Create graph with dot language or mermaid",
"info":{
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com",
"licences": "GPLv3"
},
2021-04-21 11:37:58 +02:00
"version":"0.1.2-a",
2021-03-31 23:09:40 +02:00
"category":"Graphics",
2021-04-21 11:37:58 +02:00
"dependencies":["ACECore@1.4.12-r"],
2018-09-29 11:19:26 +02:00
"iconclass": "fa fa-sitemap",
"mimes":["text/.*graphviz"]
}