UNPKG

vue-iperf3-chart

Version:
42 lines 1.05 kB
{ "name": "vue-iperf3-chart", "author": "DCsunset", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/DCsunset/vue-iperf3-chart" }, "keywords": [ "vue", "chart.js", "iperf3" ], "description": "A Vue component to plot iperf3 json data", "main": "./dist/vue-iperf3-chart.common.js", "version": "1.1.1", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build:lib": "vue-cli-service build --target lib --name vue-iperf3-chart --formats commonjs ./src/build-entry.js" }, "files": [ "dist/*", "src/components/*.vue", "src/util/*.js", "src/build-entry.js", "*.json", "Screenshot.png" ], "dependencies": { "chart.js": "^2.9.3", "chartjs-plugin-annotation": "^0.5.7", "chartjs-plugin-colorschemes": "^0.4.0", "core-js": "^2.6.10", "vue": "^2.6.10" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.12.1", "@vue/cli-service": "^3.12.1", "vue-template-compiler": "^2.6.10" } }