{
  "name": "ngx-editor-custom",
  "version": "1.0.13",
  "description": "WYSIWYG Editor for Angular Applications",
  "license": "MIT",
  "keywords": [
    "angular-editor",
    "angular-wysiwyg-editor",
    "wysiwyg-editor",
    "ngx-editor",
    "angular2-wysiwyg-editor",
    "angular4-wysiwyg-editor"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sibiraj-s/ngx-editor.git"
  },
  "bugs": {
    "url": "https://github.com/sibiraj-s/ngx-editor/issues"
  },
  "homepage": "https://github.com/sibiraj-s/ngx-editor",
  "peerDependencies": {
    "@angular/common": "^6.1.0",
    "@angular/core": "^6.1.0",
    "@angular/forms": "^6.1.0",
    "codemirror": "^5.36.0",
    "font-awesome": "^4.7.0",
    "ngx-bootstrap": "^3.0.1",
    "rxjs": "~6.2.0"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.8.0",
    "@angular/animations": "^6.1.0",
    "@angular/cli": "~6.2.4",
    "@angular/common": "^6.1.0",
    "@angular/compiler": "^6.1.0",
    "@angular/compiler-cli": "^6.1.0",
    "@angular/core": "^6.1.0",
    "@angular/forms": "^6.1.0",
    "@angular/http": "^6.1.0",
    "@angular/language-service": "^6.1.0",
    "@angular/platform-browser": "^6.1.0",
    "@angular/platform-browser-dynamic": "^6.1.0",
    "@angular/router": "^6.1.0",
    "@compodoc/compodoc": "^1.1.5",
    "@types/jasmine": "~2.8.8",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "~8.9.4",
    "bootstrap": "^4.1.3",
    "chalk": "^2.4.1",
    "codelyzer": "~4.3.0",
    "codemirror": "~5.36.0",
    "core-js": "^2.5.4",
    "eslint": "^5.6.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "font-awesome": "^4.7.0",
    "gh-pages": "^2.0.1",
    "husky": "^1.1.2",
    "inquirer": "^6.2.0",
    "jasmine-core": "~2.99.1",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~3.0.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~1.1.2",
    "karma-jasmine-html-reporter": "^0.2.2",
    "ng-packagr": "^4.3.0",
    "ngx-bootstrap": "^3.0.1",
    "protractor": "~5.4.0",
    "rxjs": "~6.2.0",
    "ts-node": "~7.0.0",
    "tslint": "~5.11.0",
    "typescript": "~2.9.2",
    "zone.js": "~0.8.26"
  },
  "dependencies": {
    "ngx-color": "^3.0.3",
    "tslib": "^1.9.0"
  },
  "main": "bundles/ngx-editor-custom.umd.js",
  "module": "fesm5/ngx-editor-custom.js",
  "es2015": "fesm2015/ngx-editor-custom.js",
  "esm5": "esm5/ngx-editor-custom.js",
  "esm2015": "esm2015/ngx-editor-custom.js",
  "fesm5": "fesm5/ngx-editor-custom.js",
  "fesm2015": "fesm2015/ngx-editor-custom.js",
  "typings": "ngx-editor-custom.d.ts",
  "metadata": "ngx-editor-custom.metadata.json",
  "sideEffects": false
}
