mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* add src dir && add build * add build watch && change dir name * bower ignore package.json
27 lines
452 B
JSON
27 lines
452 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": [
|
|
"**/.*",
|
|
".github",
|
|
"assets",
|
|
"build",
|
|
"example",
|
|
"node_modules",
|
|
"packages",
|
|
"postcss.config.js",
|
|
"package.json",
|
|
"app.*",
|
|
"*.md",
|
|
"*.log"
|
|
]
|
|
}
|