{
  "name": "copy-tui-editor",
  "version": "1.4.4",
  "description": "GFM  Markdown Wysiwyg Editor - Productive and Extensible",
  "keywords": [
    "toast",
    "ui",
    "tui",
    "markdown",
    "wysiwyg",
    "editor",
    "preview",
    "gfm",
    "jquery-plugin"
  ],
  "homepage": "https://github.com/nhn/tui.editor",
  "bugs": "https://github.com/nhn/tui.editor/issues",
  "author": "NHN FE Development Lab <dl_javascript@nhn.com> (https://nhn.github.io/tui.editor/)",
  "repository": "https://github.com/nhn/tui.editor.git",
  "license": "MIT",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "main": "dist/tui-editor-Editor.js",
  "devDependencies": {},
  "scripts": {
    "lint": "eslint .",
    "doc": "npm run doc:copy & npm run doc:jsdoc",
    "doc:copy": "VER=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && copyfiles \"dist/**/*\" \"api/$VER\" && copyfiles \"lib/**/*\" \"api/$VER\"",
    "doc:jsdoc": "jsdoc -c jsdoc.conf.js",
    "test": "karma start",
    "test:ne": "cross-env SERVER=nhnent karma start",
    "test:sl": "cross-env SERVER=saucelabs karma start",
    "test:lh": "cross-env SERVER=localhost karma start",
    "test:types": "tsc --project test/types",
    "e2e": "testcafe chrome 'test/e2e/**/*.spec.js'",
    "e2e:sl": "testcafe \"saucelabs:Chrome@65.0:Windows 10,saucelabs:Firefox@59.0:Windows 10,saucelabs:Safari@10.0:OS X 10.11,saucelabs:Internet Explorer@11.103:Windows 10,saucelabs:MicrosoftEdge@16.16299:Windows 10\" 'test/e2e/**/*.spec.js'",
    "serve": "webpack-dev-server --progress --inline",
    "build": "cross-env webpack && webpack -p && node tsBannerGenerator.js",
    "note": "tuie --tag=$(git describe --tags)",
    "tslint": "tslint index.d.ts"
  },
  "dependencies": {
    "@types/codemirror": "0.0.71",
    "@types/jquery": "^3.3.29",
    "@types/markdown-it": "0.0.7",
    "codemirror": "^5.33.0",
    "highlight.js": "^9.12.0",
    "jquery": "^3.3.1",
    "markdown-it": "^8.4.0",
    "plantuml-encoder": "^1.2.5",
    "resize-observer-polyfill": "^1.5.0",
    "squire-rte": "1.9.0",
    "to-mark": "^1.1.7",
    "copy-tui-chart": "3.7.0",
    "tui-code-snippet": "^1.5.0",
    "tui-color-picker": "^2.2.1"
  }
}
