Skip to content

Instantly share code, notes, and snippets.

@amitmerchant1990
Created January 9, 2017 10:58
Show Gist options
  • 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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amitmerchant1990/markdownify/issues"
},
"homepage": "https://github.com/amitmerchant1990/markdownify#readme",
"_npmUser": {
"name": "amit_merchant",
"email": "[email protected]"
},
"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