UNPKG

591 BJSONView Raw
1{
2 "name": "vuex-router-sync",
3 "version": "2.1.0",
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": ">= 0.6.2 < 3",
23 "vue-router": ">=0.7.11"
24 }
25}