chore: add vant-touch-emulator package

This commit is contained in:
陈嘉涵
2019-08-21 14:32:43 +08:00
parent 96a73fdcdf
commit e88358c3f6
3 changed files with 234 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "@vant/touch-emulator",
"version": "1.1.0",
"description": "Vant touch emulator",
"main": "index.js",
"scripts": {
"release": "npm publish --access publish"
},
"repository": {
"type": "git",
"url": "https://github.com/youzan/vant.git",
"directory": "packages/vant-touch-emulator"
},
"keywords": [
"vant"
],
"author": "neverland",
"license": "MIT",
"bugs": {
"url": "https://github.com/youzan/vant/issues"
},
"homepage": "https://github.com/youzan/vant/packages/vant-touch-emulator#readme"
}