{
  "name": "angular-ten-suneditor",
  "description": "Angular 10 component for Suneditor WYSIWYG richt text editor",
  "version": "1.1.3",
  "license": "MIT",
  "author": "Joshua Belarmino <joshuajb123@gmail.com>",
  "contributors": [],
  "keywords": [
    "editor",
    "rich text",
    "wysiwyg",
    "angular",
    "angular wysiwyg editor",
    "suneditor",
    "component",
    "block editor",
    "ng",
    "ngx",
    "text editor",
    "plugins",
    "code mirror",
    "balloon",
    "tabkes",
    "modern ui",
    "image",
    "responsive"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BauViso/angular-suneditor.git"
  },
  "scripts": {
    "ng": "ng",
    "start-app": "ng serve",
    "test-app": "ng test",
    "build-app": "ng build",
    "build-lib": "ng build ngx-suneditor --prod",
    "test-lib": "ng test ngx-suneditor --browsers=ChromeHeadless --watch=false",
    "test-lib:watch": "ng test ngx-suneditor"
  },
  "private": false,
  "dependencies": {
    "@angular/animations": "^10.0.0",
    "@angular/common": "^10.0.0",
    "@angular/compiler": "^10.0.0",
    "@angular/core": "^10.0.0",
    "@angular/forms": "^10.0.0",
    "@angular/platform-browser": "^10.0.0",
    "@angular/platform-browser-dynamic": "^10.0.0",
    "@angular/router": "^10.0.0",
    "rxjs": "~6.6.0",
    "suneditor": "^2.41.0",
    "tslib": "^2.1.0",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^10.0.0",
    "@angular/cli": "^10.0.0",
    "@angular/compiler-cli": "^10.0.0",
    "@types/jasmine": "~3.6.0",
    "@types/node": "^12.11.1",
    "jasmine-core": "~3.7.0",
    "karma": "~6.3.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage": "~2.0.3",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "ng-packagr": "^12.0.0",
    "puppeteer": "^10.1.0",
    "typescript": "~4.2.3"
  },
  "bugs": {
    "url": "https://github.com/BauViso/angular-suneditor/issues"
  },
  "homepage": "https://github.com/BauViso/angular-suneditor#readme",
  "main": "karma.conf.js"
}
