UNPKG

roc-tooltip-show

Version:
33 lines (32 loc) 766 B
{ "name": "roc-tooltip-show", "version": "0.1.3", "author": "rocyuan", "license": "MIT", "main": "dist/roc-tooltip-show.js", "unpkg": "dist/roc-tooltip-show.min.js", "jsdelivr": "dist/roc-tooltip-show.min.js", "keywords": [ "echarts", "tooltip", "component", "echarts tooltip", "roc", "rocyuan", "rocyuan666" ], "description": "echarts tooltip auto show", "scripts": { "lib": "rollup -c rollup.config.js" }, "devDependencies": { "@rollup/plugin-buble": "^1.0.0", "rollup": "^3.1.0", "rollup-plugin-terser": "^7.0.2" }, "homepage": "https://github.com/rocyuan666/roc-tooltip-show", "repository": { "type": "git", "url": "git+https://github.com/rocyuan666/roc-tooltip-show.git" } }