antosdk-apps/libantosdk/build/debug/package.json

25 lines
673 B
JSON
Raw Normal View History

2021-04-21 11:37:58 +02:00
{
"pkgname": "libantosdk",
"name": "AntOSDK",
"description": "AntOS Software Development Kit",
"info": {
2021-04-21 11:37:58 +02:00
"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}###"
}
}
2021-04-21 11:37:58 +02:00
}