UNPKG

875 BJSONView Raw
1{
2 "name": "vue-router-sync",
3 "version": "0.1.0",
4 "description": "Keep vm data and router state in sync.",
5 "repository": {
6 "url": "egoist/vue-router-sync",
7 "type": "git"
8 },
9 "main": "dist/vue-router-sync.common.js",
10 "unpkg": "dist/vue-router-sync.js",
11 "cdn": "dist/vue-router-sync.js",
12 "files": [
13 "dist"
14 ],
15 "scripts": {
16 "prepublishOnly": "npm test && npm run build",
17 "test": "tyu",
18 "build": "bili"
19 },
20 "author": {
21 "name": "EGOIST",
22 "email": "0x142857@gmail.com"
23 },
24 "license": "MIT",
25 "poi": {
26 "entry": "example/index.js",
27 "dist": "example/dist",
28 "homepage": "./"
29 },
30 "bili": {
31 "format": [
32 "cjs",
33 "umd"
34 ],
35 "moduleName": "RouterSync"
36 },
37 "devDependencies": {
38 "bili": "^0.18.2",
39 "tyu": "^1.0.1",
40 "vue-router": "^3.0.1",
41 "vue-test-utils": "^1.0.0-beta.2"
42 }
43}