pull/92/head
Wes Cossick 9 years ago
parent 6c5a0dbc67
commit 7223c32ce8

@ -1,29 +1,35 @@
{ {
"name": "simplemde", "name": "simplemde",
"version": "1.7.0", "version": "1.7.1",
"description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.", "description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.",
"keywords": ["embeddable", "markdown", "editor", "javascript", "wysiwyg"], "keywords": [
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "embeddable",
"main": "gulpfile.js", "markdown",
"license": "MIT", "editor",
"company": "Next Step Webs, Inc.", "javascript",
"author": { "wysiwyg"
"name": "Wes Cossick", ],
"url": "http://www.WesCossick.com" "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
}, "main": "gulpfile.js",
"bugs": { "license": "MIT",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" "company": "Next Step Webs, Inc.",
}, "author": {
"devDependencies": { "name": "Wes Cossick",
"gulp": "*", "url": "http://www.WesCossick.com"
"gulp-minify-css": "*", },
"gulp-uglify": "*", "bugs": {
"gulp-concat": "*", "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
"gulp-header": "*", },
"gulp-jsbeautifier": "*" "devDependencies": {
}, "gulp": "*",
"repository": { "gulp-minify-css": "*",
"type": "git", "gulp-uglify": "*",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor" "gulp-concat": "*",
} "gulp-header": "*",
"gulp-jsbeautifier": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
}
} }

Loading…
Cancel
Save