UNPKG

render-media

Version:

Intelligently render media files in the browser

62 lines (61 loc) 1.39 kB
{ "name": "render-media", "description": "Intelligently render media files in the browser", "version": "4.1.0", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/render-media/issues" }, "dependencies": { "debug": "^4.2.0", "is-ascii": "^1.0.0", "mediasource": "^2.4.0", "stream-to-blob-url": "^3.0.2", "videostream": "^3.2.2" }, "devDependencies": { "airtap": "^3.0.0", "brfs": "^2.0.2", "from2": "^2.3.0", "standard": "*", "string-to-stream": "^3.0.1", "tape": "^5.0.1" }, "homepage": "https://github.com/feross/render-media", "keywords": [ "convert", "blob", "buffer", "browserify", "filereader" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/render-media.git" }, "scripts": { "test": "standard && npm run test-browser", "test-browser": "airtap -- test/*.js", "test-browser-local": "airtap --local -- test/*.js" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }