mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"app":"CodePad",
|
|
"pkgname": "CodePad",
|
|
"name": "Code",
|
|
"description":"Code editor",
|
|
"info":{
|
|
"author": "Xuan Sang LE",
|
|
"email": "xsang.le@gmail.com",
|
|
"licences": "GPLv3"
|
|
},
|
|
"version":"0.1.5-b",
|
|
"category":"Development",
|
|
"iconclass":"fa fa-pencil-square-o",
|
|
"dependencies": ["ACECore@1.4.12-r"],
|
|
"mimes":[
|
|
"text/.*",
|
|
"[^/]*/json.*",
|
|
"[^/]*/.*ml",
|
|
"[^/]*/javascript",
|
|
"dir"
|
|
]
|
|
} |