mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
19 lines
296 B
JSON
19 lines
296 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": [
|
|
"**/.*",
|
|
"example",
|
|
"app.*",
|
|
"*.md"
|
|
]
|
|
}
|