Files
third_party_cJSON/bundle.json
T
pjscc 01529ca572 add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-19 19:18:31 +08:00

30 lines
727 B
JSON

{
"name": "@ohos/cjson",
"description": "Third-party open-source software cJSON | Ultralightweight JSON parser in ANSI C.",
"version": "3.1",
"license": " MIT License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/cJSON"
},
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_cjson",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}