1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00
This commit is contained in:
Nino 2016-12-19 17:53:03 +08:00
parent a7a3a5dccd
commit a373cfe141

20
bower.json Normal file

@ -0,0 +1,20 @@
{
"name": "zui",
"authors": [
"Nino <nino@youzan.com>",
"Pangxie <pangxie@youzan.com>"
],
"directory": "zui/components",
"description": "A UI Library for Weapp",
"main": "zui/index.js",
"moduleType": [],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}