inscrybmde
Version:
A simple, beautiful, and embeddable JavaScript Markdown editor. Based off SimpleMDE by Sparksuite.
41 lines (40 loc) • 1.2 kB
JSON
{
"name": "inscrybmde",
"version": "1.11.6",
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Based off SimpleMDE by Sparksuite.",
"keywords": [
"embeddable",
"markdown",
"editor",
"javascript",
"fontawesome"
],
"main": "./src/js/inscrybmde.js",
"types": "./src/ts/inscrybmde.d.ts",
"license": "MIT",
"author": "Christopher Wharton",
"bugs": {
"url": "https://github.com/inscryb/inscryb-markdown-editor/issues"
},
"dependencies": {
"codemirror": "^5.33.0",
"codemirror-spell-checker": "^1.1.2",
"marked": "^0.5.1"
},
"devDependencies": {
"browserify": "^16.2.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/inscryb/inscryb-markdown-editor"
}
}