simplemde-markdown-editor/package.json

37 lines
923 B
JSON
Raw Normal View History

2015-08-11 17:34:14 +02:00
{
2015-09-04 01:04:10 +02:00
"name": "simplemde",
2015-09-26 05:09:34 +02:00
"version": "1.7.3",
2015-09-04 01:04:10 +02:00
"description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.",
"keywords": [
2015-09-26 05:09:34 +02:00
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
2015-09-04 01:04:10 +02:00
],
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"main": "gulpfile.js",
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
2015-09-26 05:09:34 +02:00
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
2015-09-04 01:04:10 +02:00
},
"bugs": {
2015-09-26 05:09:34 +02:00
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
2015-09-04 01:04:10 +02:00
},
"devDependencies": {
2015-09-26 05:09:34 +02:00
"gulp": "*",
"gulp-minify-css": "*",
"gulp-uglify": "*",
"gulp-concat": "*",
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-download": "*"
2015-09-04 01:04:10 +02:00
},
"repository": {
2015-09-26 05:09:34 +02:00
"type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
2015-09-04 01:04:10 +02:00
}
2015-08-11 17:34:14 +02:00
}