{
  "name": "quill-table-tbf",
  "version": "1.1.4",
  "description": "Table functionality for quilljs. Choice from all forks of original https://github.com/dost/quilljs-table",
  "main": "dist/quill-table-tbf.js",
  "scripts": {
    "build": "webpack && webpack --config=demo.config.js",
    "watch": "webpack --config=demo.config.js --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/acatec/quill-table-tbf.git"
  },
  "keywords": [
    "Quill",
    "Table"
  ],
  "author": "Acatec",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/acatec/quill-table-tbf/issues"
  },
  "homepage": "https://github.com/acatec/quill-table-tbf#readme",
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.12.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "css-loader": "^3.4.0",
    "quill": "^1.3.7",
    "quill-delta": "^3.6.2",
    "style-loader": "^1.1.2",
    "uglifyjs-webpack-plugin": "^0.4.3",
    "webpack": "^3.12.0"
  },
  "peerDependencies": {
    "quill": "^1.3.7"
  },
  "dependencies": {}
}
