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

40 lines
1.1 KiB
JSON
Raw Normal View History

2015-08-11 16:34:14 +01:00
{
2017-12-05 11:51:36 +01:00
"name": "simplemde",
"version": "1.11.2",
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
"keywords": [
"embeddable",
"markdown",
"editor",
"javascript",
"fontawesome"
],
"main": "./src/js/simplemde.js",
"license": "MIT",
"author": "Jeroen Akkerman",
"bugs": {
"url": "https://github.com/ionaru/simplemde-markdown-editor/issues"
},
"dependencies": {
"codemirror": "5.36.0",
"codemirror-spell-checker": "1.1.2",
"marked": "0.3.19"
2017-12-05 11:51:36 +01:00
},
"devDependencies": {
"browserify": "^14.5.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ionaru/simplemde-markdown-editor"
}
2016-01-22 12:27:37 -06:00
}