{
  "name": "angular-schema-based-json-editor",
  "version": "7.25.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "description": "A angular component of schema based json editor.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plantain-00/schema-based-json-editor.git"
  },
  "keywords": [
    "json",
    "schema",
    "angular"
  ],
  "author": "York Yao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/plantain-00/schema-based-json-editor/issues"
  },
  "homepage": "https://github.com/plantain-00/schema-based-json-editor#readme",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@angular/common": "8",
    "@angular/core": "8",
    "@angular/forms": "8",
    "@types/dragula": "*",
    "@types/highlight.js": "*",
    "@types/json5": "*",
    "@types/markdown-it": "*",
    "file-uploader-angular-component": "7",
    "json5": "2",
    "markdown-tip-angular": "6",
    "schema-based-json-editor": "^7.25.0",
    "select2-angular-component": "5"
  },
  "devDependencies": {
    "@angular/platform-browser": "8.1.1",
    "@angular/platform-browser-dynamic": "8.1.1",
    "core-js": "3.3.2",
    "dragula": "3.7.2",
    "highlight.js": "9.15.8",
    "markdown-it": "9.0.1",
    "monaco-editor": "0.17.1",
    "rxjs": "6.5.2",
    "zone.js": "0.9.1"
  },
  "gitHead": "c55a612d4adb99647d1abae2874cc672abcc805b"
}
