mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-24 05:09:18 +08:00
19 lines
294 B
JSON
19 lines
294 B
JSON
{
|
|
"name": "zui",
|
|
"authors": [
|
|
"Nino <nino@youzan.com>",
|
|
"Pangxie <pangxie@youzan.com>"
|
|
],
|
|
"directory": "zui",
|
|
"description": "A UI Library for Weapp",
|
|
"main": "zui",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"ignore": [
|
|
"**/.*",
|
|
"pages",
|
|
"app.*",
|
|
"*.md"
|
|
]
|
|
}
|