forked from sparksuite/simplemde-markdown-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 987 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "simple-cmeditor",
"version": "1.11.4",
"description": "A markdown editor forked from simplemde (https://simplemde.com/), removed spell checker and use commonmark parser with more options.",
"keywords": [
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
],
"homepage": "https://github.com/JoshOY/simple-commonmark-markdown-editor",
"main": "dist/simplemde.min.js",
"license": "MIT",
"dependencies": {
"codemirror": "*",
"commonmark": "*"
},
"devDependencies": {
"browserify": "*",
"debug": "*",
"eslint": "*",
"gulp": "*",
"gulp-clean-css": "*",
"gulp-concat": "*",
"gulp-debug": "*",
"gulp-eslint": "*",
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"vinyl-buffer": "*",
"vinyl-source-stream": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/JoshOY/simple-commonmark-markdown-editor"
}
}