Skip to content

Instantly share code, notes, and snippets.

@amitmerchant1990
Created January 9, 2017 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitmerchant1990/6ace258f1f0902dad2697c2db0e1b3b3 to your computer and use it in GitHub Desktop.
Save amitmerchant1990/6ace258f1f0902dad2697c2db0e1b3b3 to your computer and use it in GitHub Desktop.
{
"name": "electron-markdownify",
"version": "1.1.6",
"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-prebuilt": "^0.36.12",
"gulp": "^3.9.1"
},
"dependencies": {
"electron-editor-context-menu": "^1.1.1",
"showdown": "^1.3.0",
"electron-json-storage": "latest",
"parse-filepath": "latest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment