{
  "name": "quill-markdown-shortcuts",
  "version": "0.0.10",
  "description": "Quill.js module that converts markdown to rich text formatting while typing. ",
  "main": "dist/markdownShortcuts.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run build:module && npm run build:moduleExample",
    "build:module": "webpack",
    "build:moduleExample": "webpack --config ./docs/module/webpack.config.js "
  },
  "author": "Patrick Lee",
  "license": "MIT",
  "dependencies": {
    "quill": "^1.3.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "webpack": "^3.10.0"
  }
}
