@offensichtbar-codestock/ngx-flex-masonry-grid
Version:
Angular Module for displaying items in a flex-based masonry layout without any third party dependencies
52 lines • 1.75 kB
JSON
{
"name": "@offensichtbar-codestock/ngx-flex-masonry-grid",
"version": "11.2.7",
"description": "Angular Module for displaying items in a flex-based masonry layout without any third party dependencies",
"keywords": [
"angular",
"angular ivy",
"masonry",
"masonry grid",
"masonry feed",
"flex",
"css",
"flex-box",
"grid",
"ngx"
],
"homepage": "https://github.com/offensichtbar-codestock/ngx-flex-masonry-grid",
"bugs": {
"url": "https://github.com/offensichtbar-codestock/ngx-flex-masonry-grid/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/offensichtbar-codestock/ngx-flex-masonry-grid.git"
},
"license": "MIT",
"peerDependencies": {
"@angular/common": "^11.2.6",
"@angular/core": "^11.2.6",
"@angular/animations": "~11.2.6",
"@angular/platform-browser": "~11.2.6",
"@angular/platform-browser-dynamic": "~11.2.6"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": {
"name": "Alexander & Mirja Tschakarov Offensichtbar",
"email": "developer@offensichtbar.de",
"url": "https://offensichtbar.de"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/offensichtbar-codestock-ngx-flex-masonry-grid.umd.js",
"module": "fesm2015/offensichtbar-codestock-ngx-flex-masonry-grid.js",
"es2015": "fesm2015/offensichtbar-codestock-ngx-flex-masonry-grid.js",
"esm2015": "esm2015/offensichtbar-codestock-ngx-flex-masonry-grid.js",
"fesm2015": "fesm2015/offensichtbar-codestock-ngx-flex-masonry-grid.js",
"typings": "offensichtbar-codestock-ngx-flex-masonry-grid.d.ts",
"metadata": "offensichtbar-codestock-ngx-flex-masonry-grid.metadata.json",
"sideEffects": false
}