antosdk-apps/VizApp/package.json

16 lines
386 B
JSON
Raw Normal View History

2020-11-29 23:10:42 +01:00
{
"app":"VizApp",
"name":"Viz editor",
"description":"Create graph with dot language",
"info":{
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com",
"licences": "GPLv3"
},
2021-04-21 11:37:58 +02:00
"version":"0.1.0-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"],
2021-03-31 23:09:40 +02:00
"iconclass": "bi bi-bounding-box",
2020-11-29 23:10:42 +01:00
"mimes":["text/.*graphviz"]
}