{
    "name": "easymde",
    "version": "2.1.0",
    "description": "A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking.",
    "keywords": [
        "embeddable",
        "markdown",
        "editor",
        "javascript",
        "fontawesome"
    ],
    "main": "./src/js/easymde.js",
    "license": "MIT",
    "author": "Jeroen Akkerman",
    "bugs": {
        "url": "https://github.com/ionaru/easy-markdown-editor/issues"
    },
    "dependencies": {
        "codemirror": "5.37.0",
        "codemirror-spell-checker": "1.1.2",
        "marked": "0.3.19"
    },
    "devDependencies": {
        "browserify": "^16.2.2",
        "gulp": "^4.0.0",
        "gulp-clean-css": "^3.9.4",
        "gulp-concat": "^2.6.1",
        "gulp-eslint": "^4.0.0",
        "gulp-header": "^2.0.5",
        "gulp-rename": "^1.2.3",
        "gulp-uglify": "^3.0.0",
        "vinyl-buffer": "^1.0.0",
        "vinyl-source-stream": "^2.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ionaru/easy-markdown-editor"
    },
    "scripts": {
        "prepublishOnly ": "gulp"
    }
}
