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.
easy-markdown-editor/package.json

15 lines
307 B
JSON

{
"name" : "simplemde-markdown-editor",
"main" : "gulpfile.js",
"dependencies" : {
"gulp" : "*",
"gulp-minify-css" : "*",
"gulp-uglify" : "*",
"gulp-concat" : "*"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/NextStepWebs/simplemde-markdown-editor"
}
}