UNPKG

ng-diff-match-patch-att

Version:

A Diff-Match-Patch component for your Angular 6+ applications

42 lines (41 loc) 1.29 kB
{ "name": "ng-diff-match-patch-att", "version": "0.1.0", "description": "A Diff-Match-Patch component for your Angular 6+ applications", "repository": { "type": "git", "url": "https://github.com/AndersTornkvist/ng-diff-match-patch" }, "keywords": [ "Angular", "Angular2", "ng2", "diff-match-patch" ], "author": "Anders Törnkvist (https://github.com/AndersTornkvist)", "license": "MIT", "bugs": { "url": "https://github.com/AndersTornkvist/ng-diff-match-patch/issues" }, "contributors": [ "Elliot Forbes (https://github.com/elliotforbes)" ], "homepage": "https://github.com/AndersTornkvist/ng-diff-match-patch#readme", "peerDependencies": { "@angular/common": ">=2.0.0", "@angular/core": ">=2.0.0" }, "main": "bundles/ng-diff-match-patch-att.umd.js", "module": "fesm5/ng-diff-match-patch-att.js", "es2015": "fesm2015/ng-diff-match-patch-att.js", "esm5": "esm5/ng-diff-match-patch-att.js", "esm2015": "esm2015/ng-diff-match-patch-att.js", "fesm5": "fesm5/ng-diff-match-patch-att.js", "fesm2015": "fesm2015/ng-diff-match-patch-att.js", "typings": "ng-diff-match-patch-att.d.ts", "metadata": "ng-diff-match-patch-att.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }