mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
html2idom
wraps htmlparser2
and Google's incremental-dom
This commit is contained in:
parent
0af583d485
commit
672a76e4c7
@ -23,6 +23,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"codemirror": "*",
|
"codemirror": "*",
|
||||||
"codemirror-spell-checker": "*",
|
"codemirror-spell-checker": "*",
|
||||||
|
"html2idom": "https://github.com/zipang/html2IDOM",
|
||||||
"marked": "*"
|
"marked": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -30,16 +31,16 @@
|
|||||||
"debug": "*",
|
"debug": "*",
|
||||||
"eslint": "*",
|
"eslint": "*",
|
||||||
"gulp": "*",
|
"gulp": "*",
|
||||||
|
"gulp-clean-css": "*",
|
||||||
"gulp-concat": "*",
|
"gulp-concat": "*",
|
||||||
"gulp-debug": "*",
|
"gulp-debug": "*",
|
||||||
"gulp-eslint": "*",
|
"gulp-eslint": "*",
|
||||||
"gulp-header": "*",
|
"gulp-header": "*",
|
||||||
"gulp-jsbeautifier": "*",
|
"gulp-jsbeautifier": "*",
|
||||||
"gulp-clean-css": "*",
|
|
||||||
"gulp-rename": "*",
|
"gulp-rename": "*",
|
||||||
"gulp-uglify": "*",
|
"gulp-uglify": "*",
|
||||||
"vinyl-source-stream": "*",
|
"vinyl-buffer": "*",
|
||||||
"vinyl-buffer": "*"
|
"vinyl-source-stream": "*"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user