@bd-innovations/abstract-section
Version:
A bunch of abstract logic for the section
51 lines • 1.47 kB
JSON
{
"name": "@bd-innovations/abstract-section",
"version": "2.0.3",
"peerDependencies": {
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.2.14",
"@angular/material": "^11.2.13",
"@ngx-translate/core": "^13.0.0",
"pluralize": "^8.0.0"
},
"description": "A bunch of abstract logic for the section",
"author": {
"name": "Anastasiia Shtrakh"
},
"contributors": [
{
"name": "Andrey Ostroglyad"
},
{
"name": "Anton Voronkov"
}
],
"repository": {
"type": "git",
"url": "https://bitbucket.org/bddevteam83/abstract-section.git"
},
"bugs": {
"url": "https://bitbucket.org/bddevteam83/abstract-section/issues"
},
"homepage": "https://bitbucket.org/bddevteam83/abstract-section",
"keywords": [
"typescirpt",
"abstract",
"angular"
],
"license": "MIT",
"schematics": "./schematics/collection.json",
"main": "bundles/bd-innovations-abstract-section.umd.js",
"module": "fesm2015/bd-innovations-abstract-section.js",
"es2015": "fesm2015/bd-innovations-abstract-section.js",
"esm2015": "esm2015/bd-innovations-abstract-section.js",
"fesm2015": "fesm2015/bd-innovations-abstract-section.js",
"typings": "bd-innovations-abstract-section.d.ts",
"metadata": "bd-innovations-abstract-section.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
}
}