UNPKG

@thelevicole/youtube-to-html5-loader

Version:

A javascript library to load YoutTube videos as HTML5 emebed elements.

42 lines (41 loc) 1.04 kB
{ "name": "@thelevicole/youtube-to-html5-loader", "version": "5.0.0", "description": "A javascript library to load YoutTube videos as HTML5 emebed elements.", "main": "dist/YouTubeToHtml5.js", "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production" }, "keywords": [ "youtube", "html5-video", "youtube-api", "video" ], "devDependencies": { "laravel-mix": "^6.0.49" }, "browserslist": [ "last 3 version", "> 1%" ], "repository": { "type": "git", "url": "git+https://github.com/thelevicole/youtube-to-html5-loader.git" }, "author": { "name": "Levi Cole", "email": "dev@thelevicole.com" }, "license": "ISC", "bugs": { "url": "https://github.com/thelevicole/youtube-to-html5-loader/issues" }, "homepage": "https://thelevicole.com/youtube-to-html5-loader/" }