mirror of
https://github.com/WilliamsNY/contain-element.git
synced 2025-01-13 15:01:01 -05:00
50 lines
1 KiB
JSON
50 lines
1 KiB
JSON
{
|
|
"name": "contain-element",
|
|
"description": "A JavaScript plugin to contain an element within its parent element.",
|
|
"version": "1.7.5",
|
|
"license": "MIT",
|
|
"main": "contain-element.min.js",
|
|
"homepage": "https://github.com/WilliamsNY/contain-element",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WilliamsNY/contain-element.git"
|
|
},
|
|
"author": {
|
|
"name": "Kevin MacMartin",
|
|
"url": "https://github.com/prurigro"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Luke Evers",
|
|
"url": "https://github.com/lukevers"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"javascript",
|
|
"contain",
|
|
"cover",
|
|
"scale",
|
|
"fit",
|
|
"object-fit",
|
|
"width",
|
|
"height",
|
|
"parent",
|
|
"child",
|
|
"element",
|
|
"alignment",
|
|
"horizontal",
|
|
"vertical",
|
|
"aspect-ratio"
|
|
],
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-insert": "^0.5.0",
|
|
"gulp-uglify": "^3.0.2"
|
|
},
|
|
"scripts": {
|
|
"start": "gulp"
|
|
},
|
|
"dependencies": {}
|
|
}
|