mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-18 12:35:31 -04:00
64fec855f7
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I0366f669c5dfe14b7c5a28f669efa9725842f41f
38 lines
910 B
JSON
38 lines
910 B
JSON
{
|
|
"name": "@ohos/jsframework",
|
|
"description": "A framework for building performant mobile cross-platform UI.",
|
|
"version": "3.1",
|
|
"license": "Apache-2.0",
|
|
"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": [
|
|
"css-what"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/jsframework:ark_build"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |