gatsby-remark-video
Version:
Embeds video tag in your gatsby project
25 lines (24 loc) • 463 B
JSON
{
"name": "gatsby-remark-video",
"version": "1.2.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rehat101/gatsby-remark-video"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"remark",
"video"
],
"author": "Taher",
"license": "MIT",
"dependencies": {
"unist-util-visit": "^1.4.0"
}
}