UNPKG

vuepress-plugin-copy-code

Version:
35 lines (34 loc) 851 B
{ "name": "vuepress-plugin-copy-code", "version": "0.0.1", "description": "A vuepress plugin for clipboard-copy", "main": "index.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/artiely/vuepress-plugin-copy-code.git" }, "scripts": { "eslint-ext": "eslint --ext .js,.vue ./", "eslint-fix": "eslint --fix --ext .js,.vue ./" }, "keywords": [ "vuepress", "plugin", "clipboard-copy", "vuepress-copy-code", "vuepress-code-copy", "copy", "copy-code" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/artiely/vuepress-plugin-copy-code/issues" }, "homepage": "https://github.com/artiely/vuepress-plugin-copy-code#readme", "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-plugin-vue": "^6.2.2" } }