UNPKG

ngx-contentful-rich-text

Version:

Angular renderer for the Contentful rich text field type

38 lines 1.14 kB
{ "name": "ngx-contentful-rich-text", "version": "0.5.1", "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://github.com/kgajera/ngx-contentful-rich-text", "bugs": { "url": "https://github.com/kgajera/ngx-contentful-rich-text/issues" }, "dependencies": { "@contentful/rich-text-types": "^14.0.0", "tslib": "^2.0.0" }, "peerDependencies": { "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0" }, "main": "bundles/ngx-contentful-rich-text.umd.js", "module": "fesm2015/ngx-contentful-rich-text.js", "es2015": "fesm2015/ngx-contentful-rich-text.js", "esm2015": "esm2015/ngx-contentful-rich-text.js", "fesm2015": "fesm2015/ngx-contentful-rich-text.js", "typings": "ngx-contentful-rich-text.d.ts", "metadata": "ngx-contentful-rich-text.metadata.json", "sideEffects": false }