2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-22 23:52:36 -06:00
easy-markdown-editor/package.json

19 lines
407 B
JSON
Raw Normal View History

2015-08-11 16:34:14 +01:00
{
2015-08-11 11:45:45 -05:00
"name": "SimpleMDE",
"main": "gulpfile.js",
"version": "1.5.1",
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"license": "MIT license",
"dependencies": {
"gulp": "*",
"gulp-minify-css": "*",
"gulp-uglify": "*",
"gulp-concat": "*",
"gulp-header": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
}
2015-08-11 16:34:14 +01:00
}