UNPKG

583 BJSONView Raw
1{
2 "name": "vuex-router-sync",
3 "version": "4.0.2",
4 "description": "Effortlessly keep vue-router and vuex store in sync.",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/vuejs/vuex-router-sync.git"
9 },
10 "keywords": [
11 "vuex",
12 "vue-router",
13 "vue"
14 ],
15 "author": "Evan You",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/vuejs/vuex-router-sync/issues"
19 },
20 "homepage": "https://github.com/vuejs/vuex-router-sync#readme",
21 "peerDependencies": {
22 "vuex": "^2.0.0",
23 "vue-router": "^2.0.0"
24 }
25}