gridsome-plugin-remark-video-embeds
Version:
Gridsome Remark plugin to embed videos
30 lines (29 loc) • 774 B
JSON
{
"name": "gridsome-plugin-remark-video-embeds",
"version": "0.3.3",
"description": "Gridsome Remark plugin to embed videos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sean Edevane <sean@muimedia.com>",
"homepage": "https://github.com/ninceur/gridsome-plugin-remark-video-embeds",
"repository": {
"type": "git",
"url": "https://github.com/ninceur/gridsome-plugin-remark-video-embeds.git"
},
"bugs": {
"url": "https://github.com/rylandg/gridsome-plugin-remark-youtube/issues"
},
"license": "MIT",
"keywords": [
"vue",
"remark",
"markdown",
"youtube",
"vimeo"
],
"dependencies": {
"unist-util-visit": "^1.4.0"
}
}