mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"name": "@vant/touch-emulator",
|
|
"version": "1.3.2",
|
|
"description": "Vant touch emulator",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vant-ui/vant.git",
|
|
"directory": "packages/vant-touch-emulator"
|
|
},
|
|
"bugs": "https://github.com/vant-ui/vant/issues",
|
|
"author": "chenjiahan",
|
|
"license": "MIT"
|
|
}
|