cnp-layout
Version:
A simple layout use angular material
37 lines (36 loc) • 879 B
JSON
{
"name": "cnp-layout",
"version": "2.0.0",
"description": "A simple layout use angular material",
"author": {
"name": "truongnh"
},
"repository": {
"type": "git",
"url": "https://github.com/htcnp/cnp-lib.git"
},
"bugs": {
"url": "https://github.com/htcnp/cnp-lib/issues"
},
"homepage": "https://github.com/htcnp/cnp-lib",
"license": "MIT",
"keywords": [
"cnp"
],
"peerDependencies": {
"@angular/common": "~11.0.0",
"@angular/core": "~11.0.0",
"@angular/material": "^11.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/cnp-layout.umd.js",
"module": "fesm2015/cnp-layout.js",
"es2015": "fesm2015/cnp-layout.js",
"esm2015": "esm2015/cnp-layout.js",
"fesm2015": "fesm2015/cnp-layout.js",
"typings": "cnp-layout.d.ts",
"metadata": "cnp-layout.metadata.json",
"sideEffects": false
}