Adds basic package.json file

This commit is contained in:
Fernando Mendes 2015-08-11 16:34:14 +01:00
parent b334fc3804
commit dbeef5d711

14
package.json Normal file
View file

@ -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"
}
}