UNPKG

ngx-commento

Version:

Angular wrapper for commento - fast, lightweight comments.

44 lines (43 loc) 1.14 kB
{ "name": "ngx-commento", "version": "0.0.4", "peerDependencies": { "@angular/common": "^7.0.0", "@angular/core": "^7.0.0" }, "description": "Angular wrapper for commento - fast, lightweight comments.", "bugs": { "email": "kwiniarski97@gmail.com", "url": "https://gitlab.com/kwiniarski97/ngx-commento" }, "license": "MIT", "author": { "email": "kwiniarski97@gmail.com", "name": "Karol Winiarski", "url": "https://ngx-ninja.online" }, "repository": { "type": "git", "url": "https://gitlab.com/kwiniarski97/ngx-commento.git" }, "keywords": [ "comments", "angular", "commento" ], "homepage": "https://ngx-commento.surge.sh/", "icon": "icon.png", "main": "bundles/ngx-commento.umd.js", "module": "fesm5/ngx-commento.js", "es2015": "fesm2015/ngx-commento.js", "esm5": "esm5/ngx-commento.js", "esm2015": "esm2015/ngx-commento.js", "fesm5": "fesm5/ngx-commento.js", "fesm2015": "fesm2015/ngx-commento.js", "typings": "ngx-commento.d.ts", "metadata": "ngx-commento.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }