mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-20 19:49:16 +08:00
24 lines
596 B
JSON
24 lines
596 B
JSON
{
|
||
"name": "zanui-weapp",
|
||
"version": "2.1.0",
|
||
"description": "高颜值、好用、易扩展的小程序 UI 库,Powered by 有赞",
|
||
"main": "app.js",
|
||
"directories": {
|
||
"example": "example"
|
||
},
|
||
"scripts": {
|
||
"release": "sh build/release.sh",
|
||
"changelog": "sh build/build-changelog.sh"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+ssh://git@github.com/youzan/zanui-weapp.git"
|
||
},
|
||
"author": "youzan",
|
||
"license": "ISC",
|
||
"bugs": {
|
||
"url": "https://github.com/youzan/zanui-weapp/issues"
|
||
},
|
||
"homepage": "https://github.com/youzan/zanui-weapp#readme"
|
||
}
|