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",
|
2017-12-05 11:22:35 +01:00
|
|
|
"fontawesome"
|
2015-09-03 18:04:10 -05:00
|
|
|
],
|
2015-10-07 23:52:14 +03:00
|
|
|
"main": "./src/js/simplemde.js",
|
2015-09-03 18:04:10 -05:00
|
|
|
"license": "MIT",
|
2017-12-05 11:22:35 +01:00
|
|
|
"author": "Jeroen Akkerman",
|
2015-09-03 18:04:10 -05:00
|
|
|
"bugs": {
|
2017-12-05 11:22:35 +01:00
|
|
|
"url": "https://github.com/ionaru/simplemde-markdown-editor/issues"
|
2015-09-03 18:04:10 -05:00
|
|
|
},
|
2015-10-07 23:52:14 +03:00
|
|
|
"dependencies": {
|
2017-12-04 14:41:32 +01:00
|
|
|
"codemirror": "^5.32.0",
|
|
|
|
"codemirror-spell-checker": "^1.1.2",
|
|
|
|
"marked": "^0.3.7"
|
2015-10-07 23:52:14 +03:00
|
|
|
},
|
2015-09-03 18:04:10 -05:00
|
|
|
"devDependencies": {
|
2017-12-04 14:41:32 +01:00
|
|
|
"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",
|
2017-12-05 11:22:35 +01:00
|
|
|
"url": "https://github.com/ionaru/simplemde-markdown-editor"
|
2015-09-03 18:04:10 -05:00
|
|
|
}
|
2016-01-22 12:27:37 -06:00
|
|
|
}
|