diff --git a/package.json b/package.json new file mode 100644 index 0000000..f75834a --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "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" + } +}