hexo-tag-video
Version:
the tag plugin of Hexo to insert a video
27 lines (26 loc) • 584 B
JSON
{
"name": "hexo-tag-video",
"version": "0.0.2",
"description": "the tag plugin of Hexo to insert a video",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/geekplux/hexo-tag-video.git"
},
"keywords": [
"tag",
"plugin",
"hexo",
"video"
],
"author": {
"name": "GeekPlux",
"email": "geekplux@gmail.com",
"url": "http://www.geekplux.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/geekplux/hexo-tag-video/issues"
},
"homepage": "https://github.com/geekplux/hexo-tag-video"
}