{ "name": "simplemde", "version": "1.7.6", "description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.", "keywords": [ "embeddable", "markdown", "editor", "javascript", "wysiwyg" ], "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "main": "./src/js/simplemde.js", "license": "MIT", "company": "Next Step Webs, Inc.", "author": { "name": "Wes Cossick", "url": "http://www.WesCossick.com" }, "bugs": { "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" }, "dependencies": { "codemirror": "^5.7.0", "codemirror-spell-checker": "NextStepWebs/codemirror-spell-checker", "marked": "chjj/marked" }, "devDependencies": { "browserify": "^11.2.0", "debug": "^2.2.0", "eslint": "^1.6.0", "gulp": "*", "gulp-concat": "*", "gulp-debug": "^2.1.1", "gulp-eslint": "^1.0.0", "gulp-header": "*", "gulp-jsbeautifier": "*", "gulp-minify-css": "*", "gulp-uglify": "*", "vinyl-source-stream": "^1.1.0" }, "repository": { "type": "git", "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" } }