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

41 lines
1.0 KiB
JSON
Raw Normal View History

2015-08-11 16:34:14 +01:00
{
2015-09-03 18:04:10 -05:00
"name": "simplemde",
2016-06-14 12:46:09 -05:00
"version": "1.11.2",
2015-10-20 09:43:09 -05:00
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
2015-09-03 18:04:10 -05:00
"keywords": [
2016-06-07 22:46:32 -05:00
"embeddable",
"markdown",
"editor",
"javascript",
"fontawesome"
2015-09-03 18:04:10 -05:00
],
"main": "./src/js/simplemde.js",
2015-09-03 18:04:10 -05:00
"license": "MIT",
"author": "Jeroen Akkerman",
2015-09-03 18:04:10 -05:00
"bugs": {
"url": "https://github.com/ionaru/simplemde-markdown-editor/issues"
2015-09-03 18:04:10 -05:00
},
"dependencies": {
"codemirror": "^5.32.0",
"codemirror-spell-checker": "^1.1.2",
"marked": "^0.3.7"
},
2015-09-03 18:04:10 -05:00
"devDependencies": {
"browserify": "^14.5.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"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"
2015-09-03 18:04:10 -05:00
},
"repository": {
2016-06-07 22:46:32 -05:00
"type": "git",
"url": "https://github.com/ionaru/simplemde-markdown-editor"
2015-09-03 18:04:10 -05:00
}
2016-01-22 12:27:37 -06:00
}