simplemde-markdown-editor/package.json
2015-08-11 11:45:45 -05:00

19 lines
407 B
JSON

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