background-cover
Version:
Simulate 'background-size: cover' on HTMLVideoElement and HTMLImageElement.
36 lines (35 loc) • 865 B
JSON
{
"name": "background-cover",
"version": "0.1.1",
"description": "Simulate 'background-size: cover' on HTMLVideoElement and HTMLImageElement.",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Vadim Namniak",
"email": "vadim@jam3.com",
"url": "https://github.com/namniak"
},
"dependencies": {},
"devDependencies": {
"budo": "^11.3.0"
},
"scripts": {
"test-image": "budo tests/image.js --live --open",
"test-video": "budo tests/video.js --live --open"
},
"keywords": [
"video",
"image",
"background-video",
"background-image",
"background-cover"
],
"repository": {
"type": "git",
"url": "git:github.com/Jam3/background-cover.git"
},
"homepage": "https://github.com/Jam3/background-cover",
"bugs": {
"url": "https://github.com/Jam3/background-cover/issues"
}
}