Files
vuepress/packages/@vuepress/plugin-container/package.json
T
ULIVZandGitHub e5d8ed4655 feat: refine node api (#1395)
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
2019-03-04 23:46:13 +08:00

33 lines
809 B
JSON

{
"name": "@vuepress/plugin-container",
"version": "1.0.0-alpha.42",
"description": "markdown container plugin for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-container"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"dependencies": {
"markdown-it-container": "^2.0.0"
},
"devDependencies": {
"@vuepress/test-utils": "1.0.0-alpha.42"
},
"author": "Shigma <1700011071@pku.edu.cn>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-container#readme"
}