{
  "name": "markpad",
  "version": "0.5.2",
  "description": "Collaborative markdown editor.",
  "main": "./dist/markpad.js",
  "scripts": {
    "test": "npm test",
    "server": "node server.js",
    "prepublish": "npm run build",
    "build": "./node_modules/.bin/webpack --colors --progress",
    "dev": "npm run build -- --watch & npm run server "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markpad/markpad.git"
  },
  "keywords": [
    "markdown",
    "editor",
    "collaborative"
  ],
  "author": "Teles",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/markpad/markpad/issues"
  },
  "homepage": "https://github.com/markpad/markpad.#readme",
  "dependencies": {
    "@types/file-saver": "0.0.1",
    "file-saver": "^1.3.3",
    "simplemde": "1.11.2"
  },
  "devDependencies": {
    "babel": "6.23.0",
    "babel-core": "6.26.0",
    "babel-loader": "7.1.2",
    "babel-preset-es2015": "6.24.1",
    "connect": "3.6.5",
    "serve-static": "1.13.1",
    "webpack": "3.0.0-rc.2"
  }
}
