mirror of
https://github.com/openharmony/ohos_bundles.git
synced 2026-07-01 06:41:17 -04:00
24 lines
634 B
JSON
24 lines
634 B
JSON
{
|
|
"name": "@ohos/freetype",
|
|
"version": "1.8.0",
|
|
"description": "FreeType is a freely available software library to render fonts.",
|
|
"publishAs": "code-segment",
|
|
"scripts": {
|
|
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/third_party/freetype && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
|
|
},
|
|
"keywords": [
|
|
"font"
|
|
],
|
|
"author": {},
|
|
"homepage": "https://www.freetype.org",
|
|
"repository": "https://github.com/DaveGamble/cJSON",
|
|
"license": "Apache V2",
|
|
"tags": [
|
|
"third_party"
|
|
],
|
|
"ohos": {
|
|
"os": "1.0.0",
|
|
"kernel": "",
|
|
"board": ""
|
|
}
|
|
} |