simplemde-markdown-editor/package.json

49 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2015-08-11 17:34:14 +02:00
{
2015-09-04 01:04:10 +02:00
"name": "simplemde",
2016-06-14 19:46:09 +02:00
"version": "1.11.2",
2015-10-20 16:43:09 +02:00
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
2015-09-04 01:04:10 +02:00
"keywords": [
2016-06-08 05:46:32 +02:00
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
2015-09-04 01:04:10 +02:00
],
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"main": "./src/js/simplemde.js",
2015-09-04 01:04:10 +02:00
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
2016-06-08 05:46:32 +02:00
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
2015-09-04 01:04:10 +02:00
},
"bugs": {
2016-06-08 05:46:32 +02:00
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
2015-09-04 01:04:10 +02:00
},
"dependencies": {
2016-06-08 05:46:32 +02:00
"codemirror": "*",
"codemirror-spell-checker": "*",
"marked": "*"
},
2015-09-04 01:04:10 +02:00
"devDependencies": {
2016-06-08 05:46:32 +02:00
"browserify": "*",
"debug": "*",
"eslint": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-debug": "*",
"gulp-eslint": "*",
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-clean-css": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"vinyl-source-stream": "*",
"vinyl-buffer": "*"
2015-09-04 01:04:10 +02:00
},
"repository": {
2016-06-08 05:46:32 +02:00
"type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
2015-09-04 01:04:10 +02:00
}
2016-01-22 19:27:37 +01:00
}