2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-22 15:42:42 -06:00
easy-markdown-editor/package.json

30 lines
835 B
JSON
Raw Normal View History

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": "*",
2015-09-01 13:32:57 -05:00
"gulp-header": "*",
2015-09-01 20:26:52 -05:00
"gulp-jsbeautifier": "*"
2015-08-11 11:45:45 -05:00
},
"repository": {
"type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
}
2015-08-11 16:34:14 +01:00
}