mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
* openharmony: add servoshell for ohos Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * ohos: handle missing signing config on forks Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
12 lines
276 B
Text
12 lines
276 B
Text
{
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {},
|
|
"author": "",
|
|
"name": "servoshell",
|
|
"description": "Please describe the basic information.",
|
|
"main": "",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"libservoshell.so": "file:./src/main/cpp/types/libentry"
|
|
}
|
|
}
|