@greg-md/ng-flex-css-layout
Version:
Flex-CSS-Layout is an alternative behaviour of Flex-Layout directives, that will still work with Angular Universal and App Shell.
48 lines (47 loc) • 1.37 kB
JSON
{
"name": "@greg-md/ng-flex-css-layout",
"version": "1.0.0-beta.10",
"description": "Flex-CSS-Layout is an alternative behaviour of Flex-Layout directives, that will still work with Angular Universal and App Shell.",
"repository": {
"type": "git",
"url": "https://github.com/greg-md/ng-flex-css-layout"
},
"author": {
"name": "Grigorii Duca",
"email": "contact@greg.md"
},
"keywords": [
"greg-md",
"greg-js",
"ng-flex-css-layout",
"flex-css-layout",
"responsive",
"javascript",
"typescript",
"angular",
"ng",
"js",
"ts"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/greg-md/ng-flex-css-layout/issues"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
},
"main": "bundles/greg-md-ng-flex-css-layout.umd.js",
"module": "fesm5/greg-md-ng-flex-css-layout.js",
"es2015": "fesm2015/greg-md-ng-flex-css-layout.js",
"esm5": "esm5/greg-md-ng-flex-css-layout.js",
"esm2015": "esm2015/greg-md-ng-flex-css-layout.js",
"fesm5": "fesm5/greg-md-ng-flex-css-layout.js",
"fesm2015": "fesm2015/greg-md-ng-flex-css-layout.js",
"typings": "greg-md-ng-flex-css-layout.d.ts",
"metadata": "greg-md-ng-flex-css-layout.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}