diff --git a/package.json b/package.json index ab76ed9..d195076 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "dependencies": { "codemirror": "*", "codemirror-spell-checker": "*", + "html2idom": "https://github.com/zipang/html2IDOM", "marked": "*" }, "devDependencies": { @@ -30,16 +31,16 @@ "debug": "*", "eslint": "*", "gulp": "*", + "gulp-clean-css": "*", "gulp-concat": "*", "gulp-debug": "*", "gulp-eslint": "*", "gulp-header": "*", "gulp-jsbeautifier": "*", - "gulp-clean-css": "*", "gulp-rename": "*", "gulp-uglify": "*", - "vinyl-source-stream": "*", - "vinyl-buffer": "*" + "vinyl-buffer": "*", + "vinyl-source-stream": "*" }, "repository": { "type": "git",