UNPKG

@snippetors/vuepress-plugin-tabs

Version:

Vuepress plugin - markdown custom container to display content in tabs

43 lines (42 loc) 985 B
{ "name": "@snippetors/vuepress-plugin-tabs", "version": "1.2.3", "description": "Vuepress plugin - markdown custom container to display content in tabs", "keywords": [ "vuepress-plugin", "vuepress", "plugin", "tabs" ], "scripts": { "release": "release-it" }, "main": "lib/index.js", "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/Snippetors/snippets.git" }, "bugs": { "url": "https://github.com/Snippetors/snippets/labels/plugin%3Atabs" }, "homepage": "https://snippetors.github.io/plugins/vuepress-plugin-tabs", "author": "Snippetors", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "dependencies": { "resize-observer-polyfill": "^1.5.1" }, "devDependencies": {}, "release-it": { "git": { "commitMessage": "@snippetors/vuepress-plugin-tabs: Release ${version}", "tagName": "plugin-tabs/${version}" } } }