mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-28 23:19:16 +08:00
24 lines
393 B
JSON
24 lines
393 B
JSON
{
|
|
"name": "zui",
|
|
"authors": [
|
|
"Nino <nino@youzan.com>",
|
|
"Pangxie <pangxie@youzan.com>"
|
|
],
|
|
"description": "A UI Library for Weapp",
|
|
"main": "zui/index.js",
|
|
"moduleType": [],
|
|
"license": "MIT",
|
|
"homepage": "",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"pages",
|
|
"app.js",
|
|
"app.json",
|
|
"bower.json"
|
|
]
|
|
}
|