mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
25 lines
673 B
JSON
25 lines
673 B
JSON
{
|
|
"pkgname": "libantosdk",
|
|
"name": "AntOSDK",
|
|
"description": "AntOS Software Development Kit",
|
|
"info": {
|
|
"author": "Xuan Sang LE",
|
|
"email": "mrsang@iohub.dev"
|
|
},
|
|
"version": "0.0.5-a",
|
|
"category": "Other",
|
|
"iconclass": "fa fa-cog",
|
|
"mimes": [
|
|
"none"
|
|
],
|
|
"dependencies": [],
|
|
"locale": {
|
|
"en_GB": {
|
|
"Installing...": "Installing...",
|
|
"Running {0}...": "Running {0}...",
|
|
"{0} is not an application": "{0} is not an application",
|
|
"No target: {0}": "No target: {0}",
|
|
"### RUNNING STAGE: {0}###": "### RUNNING STAGE: {0}###"
|
|
}
|
|
}
|
|
} |