2015-08-11 16:34:14 +01:00
|
|
|
{
|
2015-08-11 12:03:13 -05:00
|
|
|
"name": "simplemde",
|
2015-09-01 01:40:58 -05:00
|
|
|
"version": "1.7.0",
|
2015-08-11 12:03:13 -05:00
|
|
|
"description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.",
|
|
|
|
"keywords": ["embeddable", "markdown", "editor", "javascript", "wysiwyg"],
|
2015-08-11 11:45:45 -05:00
|
|
|
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
2015-08-11 12:03:13 -05:00
|
|
|
"main": "gulpfile.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"
|
|
|
|
},
|
2015-08-25 20:59:04 -05:00
|
|
|
"devDependencies": {
|
2015-08-11 11:45:45 -05:00
|
|
|
"gulp": "*",
|
|
|
|
"gulp-minify-css": "*",
|
|
|
|
"gulp-uglify": "*",
|
|
|
|
"gulp-concat": "*",
|
|
|
|
"gulp-header": "*"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
|
|
|
|
}
|
2015-08-11 16:34:14 +01:00
|
|
|
}
|