UNPKG

hexo-tag-youtube-responsive

Version:

Hexo tag plugin to embed a Youtube player that auto resizes with your responsive layout

49 lines (48 loc) 1.24 kB
{ "name": "hexo-tag-youtube-responsive", "version": "0.4.2", "description": "Hexo tag plugin to embed a Youtube player that auto resizes with your responsive layout", "main": "index.js", "scripts": { "cover": "NODE_ENV=test istanbul cover _mocha", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", "test": "NODE_ENV=test mocha" }, "repository": { "type": "git", "url": "git+https://github.com/quocvu/hexo-tag-youtube-responsive.git" }, "keywords": [ "youtube", "embed", "plugin", "hexo", "tag", "plugin", "responsive", "resize", "layout", "auto", "video", "full", "customization" ], "author": "Quoc Vu <darthvu@gmail.com> (https://github.com/quocvu)", "license": "MIT", "bugs": { "url": "https://github.com/quocvu/hexo-tag-youtube-responsive/issues" }, "homepage": "https://github.com/quocvu/hexo-tag-youtube-responsive#readme", "devDependencies": { "coveralls": "^3.0.5", "istanbul": "^0.4.5", "mocha": "^6.1.4", "mocha-lcov-reporter": "^1.3.0", "rewire": "^4.0.1", "should": "^13.2.3", "sinon": "^7.3.2" }, "dependencies": { "js-yaml": "^3.13.1" } }