ohos_bundles/crypto/bundle.json
2020-09-10 10:22:30 +08:00

23 lines
613 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@ohos/crypto",
"version": "1.8.0",
"publishAs": "code-segment",
"description": "数据加解密模块配合轻量级ACE开发框架子系统提供支持RSA及AES加解密功能的js api。",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/base/security &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"keywords": [
"crypto"
],
"license": "Apache V2",
"repository": "",
"homepage": "",
"tags": [
"base"
],
"ohos": {
"os": "1.0.0",
"kernel": "liteos-a",
"board": "hi3516,hi3518"
}
}