html2idom wraps htmlparser2 and Google's incremental-dom

This commit is contained in:
zipang 2017-09-08 10:39:02 +02:00
parent 0af583d485
commit 672a76e4c7

View File

@ -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",