{
  "name": "fex-editor",
  "description": "Rich Text Editor",
  "version": "2.2.0",
  "main": "dist/fex-editor.all.min.js",
  "unpkg": "dist/fex-editor.all.min.js",
  "jsdelivr": "dist/fex-editor.all.min.js",
  "files": [
    "dist"
  ],
  "homepage": "http://ueditor.baidu.com/",
  "author": {
    "name": "f-cube @ FEX",
    "url": "http://fex.baidu.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/talentant/fex-editor.git"
  },
  "keywords": [
    "Rich",
    "Text",
    "Editor"
  ],
  "bugs": {
    "url": "https://github.com/talentant/fex-editor/issues"
  },
  "scripts": {
    "reformat": "prettier \"{_src,_parse,dialogs,lang,themes}/**/**/**/**/*.{js,css,html}\" --write",
    "transform": "lebab --replace '{_src,_parse,dialogs,lang}/**/**/**/**/*.js' --transform arrow,arrow-return,for-of,for-each,arg-rest,arg-spread,obj-method,obj-shorthand,no-strict,exponent,multi-var"
  },
  "devDependencies": {
    "@babel/core": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "grunt": "^1.0.3",
    "grunt-babel": "^8.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-less": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-text-replace": "^0.4.0",
    "grunt-transcoding": "^0.1.3"
  }
}
