simplemde-markdown-editor/package.json

29 lines
807 B
JSON
Raw Normal View History

2015-08-11 17:34:14 +02:00
{
2015-08-11 19:03:13 +02:00
"name": "simplemde",
2015-08-26 03:59:49 +02:00
"version": "1.6.0",
2015-08-11 19:03:13 +02:00
"description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.",
"keywords": ["embeddable", "markdown", "editor", "javascript", "wysiwyg"],
2015-08-11 18:45:45 +02:00
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
2015-08-11 19:03:13 +02: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-26 03:59:04 +02:00
"devDependencies": {
2015-08-11 18:45:45 +02: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 17:34:14 +02:00
}