{
  "name": "electron-markdownify",
  "version": "1.2.1",
  "description": "A minimalist Markdown Editor",
  "main": "main.js",
  "productName": "Markdownify",
  "scripts": {
    "start": "electron main.js",
    "build": "rm -rf dist && gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amitmerchant1990/markdownify.git",
    "docs": "https://github.com/amitmerchant1990/electron-markdownify/blob/master/README.md"
  },
  "keywords": [
    "electron",
    "markdown",
    "plain",
    "node",
    "minimal",
    "editor",
    "preview",
    "html",
    "desktop"
  ],
  "author": "Amit Merchant <bullredeyes@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/amitmerchant1990/markdownify/issues"
  },
  "homepage": "https://github.com/amitmerchant1990/markdownify#readme",
  "_npmUser": {
    "name": "amit_merchant",
    "email": "bullredeyes@gmail.com"
  },
  "devDependencies": {
    "devtron": "^1.1.2",
    "electron-packager": "^7.0.3",
    "electron": "^1.4.1",
    "gulp": "^3.9.1"
  },
  "dependencies": {
    "electron-editor-context-menu": "^1.1.1",
    "electron-json-storage": "latest",
    "electron-localshortcut": "^1.0.0",
    "highlightjs": "^9.8.0",
    "parse-filepath": "latest",
    "showdown": "^1.3.0"
  }
}
