vue-router-sync
Version:
Keep vm data and router state in sync.
44 lines (43 loc) • 875 B
JSON
{
"name": "vue-router-sync",
"version": "0.1.0",
"description": "Keep vm data and router state in sync.",
"repository": {
"url": "egoist/vue-router-sync",
"type": "git"
},
"main": "dist/vue-router-sync.common.js",
"unpkg": "dist/vue-router-sync.js",
"cdn": "dist/vue-router-sync.js",
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "npm test && npm run build",
"test": "tyu",
"build": "bili"
},
"author": {
"name": "EGOIST",
"email": "0x142857@gmail.com"
},
"license": "MIT",
"poi": {
"entry": "example/index.js",
"dist": "example/dist",
"homepage": "./"
},
"bili": {
"format": [
"cjs",
"umd"
],
"moduleName": "RouterSync"
},
"devDependencies": {
"bili": "^0.18.2",
"tyu": "^1.0.1",
"vue-router": "^3.0.1",
"vue-test-utils": "^1.0.0-beta.2"
}
}