mirror of
https://gitee.com/openharmony/third_party_jsframework
synced 2024-11-23 06:40:59 +00:00
3b11360661
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I523a940b9c3dbba782e7c5f6d21e85bf0bf712d1
36 lines
869 B
JSON
36 lines
869 B
JSON
{
|
|
"name": "@ohos/jsframework",
|
|
"description": "A framework for building performant mobile cross-platform UI.",
|
|
"version": "3.1",
|
|
"license": "Apache V2",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/jsframework"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "jsframework",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/jsframework:ark_build"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |