mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 14:59:42 +00:00
d86ba166ed
Signed-off-by: zhoujing <zhoujing96@huawei.com>
15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"name": "@ohos/gesturenavigation",
|
|
"version": "1.0.0",
|
|
"description": "a npm package which contains gesturenavigation feature",
|
|
"ohos": {
|
|
"org": "huawei",
|
|
"buildTool": "hvigor",
|
|
"directoryLevel": "module"
|
|
},
|
|
"main": "index.ets",
|
|
"dependencies": {
|
|
"@ohos/common": "../../common"
|
|
}
|
|
}
|