!111 feat: add bundle.json

Merge pull request !111 from 33/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci 2022-01-13 02:47:04 +00:00 committed by Gitee
commit 82c0fd698f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

39
bundle.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "@ohos/jsframework",
"version": "",
"description": "Third-party open-source software jsframework | 三方开源软件jsframework",
"homePage": "https://gitee.com/openharmony",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/third_party_jsframework",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"third_party"
],
"keywords": [
"third-party",
"jsframework"
],
"envs": {},
"dirs": {},
"segment": {
"destPath": "third_party/jsframework"
},
"component": {
"name": "thirdparty_jsframework",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}