UNPKG

vue-bus-devtool

Version:
35 lines (34 loc) 779 B
{ "name": "vue-bus-devtool", "version": "1.0.8", "description": "更好的在 vue-devtools 中调试 vue bus", "main": "src/index.js", "file": [ "src" ], "scripts": { "test": "mocha test/index.test.js", "dev": "webpack -w --config dev/dev.config.js", "server": "http-server" }, "repository": { "type": "git", "url": "git+https://github.com/xiaoyueguang/vue-bus-devtool.git" }, "keywords": [ "vue", "vue-devtools", "vue-bus" ], "author": "Ray", "license": "MIT", "bugs": { "url": "https://github.com/xiaoyueguang/vue-bus-devtool/issues" }, "homepage": "https://github.com/xiaoyueguang/vue-bus-devtool#readme", "devDependencies": { "chai": "^4.1.2", "vue": "^2.4.4", "webpack": "^3.6.0" } }