UNPKG

twitch-stream-embed

Version:

A Web Component for easily embedding a Twitch.tv livestream to any website

46 lines (45 loc) 1.18 kB
{ "name": "twitch-stream-embed", "version": "1.0.5", "description": "A Web Component for easily embedding a Twitch.tv livestream to any website", "main": "src/twitch-stream.js", "files": [ "src/twitch-stream.js", "custom-elements.json" ], "scripts": { "start": "wds --node-resolve --watch --open", "analyze": "cem analyze" }, "keywords": [ "Twitch", "Livestream", "Vanilla", "WebComponents", "Javascript", "Buildless" ], "repository": { "type": "git", "url": "git+https://github.com/Matsuuu/twitch-stream.git" }, "bugs": { "url": "https://github.com/Matsuuu/twitch-stream/issues" }, "homepage": "https://github.com/Matsuuu/twitch-stream#readme", "author": "Matsuuu <huhta.matias@gmail.com> (https://matsu.fi)", "license": "ISC", "devDependencies": { "@custom-elements-manifest/analyzer": "^0.4.7", "@simplr-wc/eslint-config": "^1.0.4", "@simplr-wc/prettier-config": "^1.0.3", "@web/dev-server": "^0.0.22" }, "prettier": "@simplr-wc/prettier-config", "eslintConfig": { "extends": [ "@simplr-wc/eslint-config" ] }, "customElements": "custom-elements.json" }