You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simplemde-markdown-editor/package.json

49 lines
1.2 KiB
JSON

{
9 years ago
"name": "simplemde",
8 years ago
"version": "1.11.2",
9 years ago
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
9 years ago
"keywords": [
8 years ago
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
9 years ago
],
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"main": "./src/js/simplemde.js",
9 years ago
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
8 years ago
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
9 years ago
},
"bugs": {
8 years ago
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
9 years ago
},
"dependencies": {
8 years ago
"codemirror": "*",
"codemirror-spell-checker": "*",
"marked": "*"
},
9 years ago
"devDependencies": {
8 years ago
"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": "*"
9 years ago
},
"repository": {
8 years ago
"type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
9 years ago
}
8 years ago
}