UNPKG

ngx-contentful-rich-text

Version:

Angular renderer for the Contentful rich text field type

50 lines 1.5 kB
{ "name": "ngx-contentful-rich-text", "version": "0.9.0", "description": "Angular renderer for the Contentful rich text field type", "repository": { "type": "git", "url": "https://github.com/kgajera/ngx-contentful-rich-text.git" }, "author": { "name": "Kishan Gajera", "url": "http://github.com/kgajera" }, "keywords": [ "angular", "contentful" ], "license": "MIT", "homepage": "https://kgajera.github.io/ngx-contentful-rich-text", "bugs": { "url": "https://github.com/kgajera/ngx-contentful-rich-text/issues" }, "dependencies": { "@contentful/rich-text-types": "^16.3.0", "tslib": "^2.0.0" }, "peerDependencies": { "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0" }, "module": "fesm2015/ngx-contentful-rich-text.mjs", "es2020": "fesm2020/ngx-contentful-rich-text.mjs", "esm2020": "esm2020/ngx-contentful-rich-text.mjs", "fesm2020": "fesm2020/ngx-contentful-rich-text.mjs", "fesm2015": "fesm2015/ngx-contentful-rich-text.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/ngx-contentful-rich-text.mjs", "es2020": "./fesm2020/ngx-contentful-rich-text.mjs", "es2015": "./fesm2015/ngx-contentful-rich-text.mjs", "node": "./fesm2015/ngx-contentful-rich-text.mjs", "default": "./fesm2020/ngx-contentful-rich-text.mjs" } }, "sideEffects": false }