File tree 1 file changed +21
-23
lines changed
1 file changed +21
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " simplemde" ,
3
- "version" : " 1.10.1" ,
4
- "homepage" : " https://github.com/NextStepWebs/simplemde-markdown-editor" ,
5
- "authors" : [
6
- " Wes Cossick"
7
- ],
8
- "description" : " A simple, beautiful, and embeddable JavaScript Markdown editor." ,
9
- "main" : [" dist/simplemde.min.js" , " dist/simplemde.min.css" ],
10
- "moduleType" : [
11
- " globals"
12
- ],
13
- "keywords" : [
14
- " embeddable" ,
15
- " markdown" ,
16
- " editor" ,
17
- " javascript" ,
18
- " wysiwyg"
19
- ],
20
- "license" : " MIT" ,
21
- "ignore" : [
22
- " node_modules" ,
23
- " bower_components"
24
- ]
2
+ "name" : " simplemde" ,
3
+ "version" : " 1.10.1" ,
4
+ "homepage" : " https://github.com/NextStepWebs/simplemde-markdown-editor" ,
5
+ "authors" : [
6
+ " Wes Cossick <https://wescossick.com>"
7
+ ],
8
+ "description" : " A simple, beautiful, and embeddable JavaScript Markdown editor." ,
9
+ "main" : [" src/js/simplemde.js" , " src/css/simplemde.css" ],
10
+ "keywords" : [
11
+ " embeddable" ,
12
+ " markdown" ,
13
+ " editor" ,
14
+ " javascript" ,
15
+ " wysiwyg"
16
+ ],
17
+ "license" : " MIT" ,
18
+ "ignore" : [
19
+ " **/.*" ,
20
+ " node_modules" ,
21
+ " bower_components"
22
+ ]
25
23
}
You can’t perform that action at this time.
0 commit comments