{
  "name": "simplemde",
  "version": "1.9.0",
  "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
  "authors": [
	"Wes Cossick"
  ],
  "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
  "main": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
  "moduleType": [
	"globals"
  ],
  "keywords": [
	"embeddable",
	"markdown",
	"editor",
	"javascript",
	"wysiwyg"
  ],
  "license": "MIT",
  "ignore": [
	"node_modules",
	"bower_components"
  ]
}
