mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-23 18:04:28 -06:00
Adds basic package.json file
This commit is contained in:
parent
b334fc3804
commit
dbeef5d711
14
package.json
Normal file
14
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user