simplemde-markdown-editor/package.json

19 lines
407 B
JSON
Raw Normal View History

2015-08-11 17:34:14 +02:00
{
2015-08-11 18:45:45 +02: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 17:34:14 +02:00
}