UNPKG

@vime-js/standard

Version:
54 lines (53 loc) 1.23 kB
{ "name": "@vime-js/standard", "description": "Vime Standard Player", "version": "1.6.6", "svelte": "src/index.js", "main": "dist/standard.js", "module": "dist/standard.esm.js", "unpkg": "dist/standard.js", "jsdelivr": "dist/standard.js", "sideEffects": false, "license": "MIT", "author": "Rahim Alwer <rahim_alwer@hotmail.com>", "homepage": "https://github.com/vime-js/vime#readme", "repository": "https://github.com/vime-js/vime/tree/master/packages/vime-standard", "bugs": { "url": "https://github.com/vime-js/vime/issues" }, "keywords": [ "vime", "video", "audio", "player", "embed", "dailymotion", "vimeo", "youtube", "lazy", "standard", "hls", "dash", "preconnections", "multi-provider", "cross-browser", "light" ], "files": [ "src", "dist" ], "scripts": { "build": "rollup -c --environment NODE_ENV:production", "build:dev": "rollup -c --environment NODE_ENV:development" }, "dependencies": { "@vime-js/core": "^1.6.6", "@vime-js/lite": "^1.6.6", "@vime-js/utils": "^1.6.6" }, "publishConfig": { "access": "public" }, "gitHead": "3f3c16b7930ae5067c6c9601a1842e1c824b9f52" }