mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-27 14:49:16 +08:00
* 增加 icon 打包命令 * icons 生成脚本调整 * fix wrong path * update demo * all icons * 新 icon 列表 * remove icon comment * 更新 icon
23 lines
371 B
JSON
23 lines
371 B
JSON
{
|
|
"name": "zanui-weapp",
|
|
"authors": [
|
|
"Nino <ninofocus@gmail.com>",
|
|
"Pangxie <pangxie@youzan.com>"
|
|
],
|
|
"directory": "zanui-weapp",
|
|
"description": "A UI Library for Weapp",
|
|
"main": "zan",
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"ignore": [
|
|
"**/.*",
|
|
"example",
|
|
"build",
|
|
"assets",
|
|
".github",
|
|
"app.*",
|
|
"*.md",
|
|
"*.log"
|
|
]
|
|
}
|