Files
third_party_ejdb/bundle.json
pjscc 0f6c6aa515 add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-19 19:04:26 +08:00

30 lines
747 B
JSON

{
"name": "@ohos/ejdb",
"description": "Third-party open-source software ejdb | EJDB2 is an embeddable JSON database engine published under MIT license.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/ejdb"
},
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_ejdb",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}