mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
14 lines
365 B
JSON
14 lines
365 B
JSON
|
{
|
||
|
"app":"Blogger",
|
||
|
"name":"Blogging application",
|
||
|
"description":"Backend manager for blogging",
|
||
|
"info":{
|
||
|
"author": "Xuan Sang LE",
|
||
|
"email": "xsang.le@gmail.com"
|
||
|
},
|
||
|
"version":"0.2.8-a",
|
||
|
"category":"Internet",
|
||
|
"iconclass":"fa fa-book",
|
||
|
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],
|
||
|
"mimes":["none"]
|
||
|
}
|