{
  "name": "angular-xml-editor",
  "version": "0.0.8",
  "author": "Daniel Springwald <daniel@springwald.de>",
  "repository": "https://github.com/Springwald/angular-xml-edit",
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0",
    "font-awesome": "^4.7.0"
  },
  "keywords": [
    "angular",
    "editor",
    "xml",
    "xml-editor",
    "angular-xml-editor",
    "xml-editor",
    "node-view",
    "xml-schema"
  ],
  "main": "bundles/angular-xml-editor.umd.js",
  "module": "fesm5/angular-xml-editor.js",
  "es2015": "fesm2015/angular-xml-editor.js",
  "esm5": "esm5/angular-xml-editor.js",
  "esm2015": "esm2015/angular-xml-editor.js",
  "fesm5": "fesm5/angular-xml-editor.js",
  "fesm2015": "fesm2015/angular-xml-editor.js",
  "typings": "angular-xml-editor.d.ts",
  "metadata": "angular-xml-editor.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
