mhtml2html
Version:
Converts .mhtml to a single .html page.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "mhtml2html",
"version": "1.1.0",
"description": "Converts .mhtml to a single .html page.",
"repository": {
"type": "git",
"url": "git+https://github.com/msindwan/mhtml2html.git"
},
"main": "src/mhtml2html.js",
"bin": {
"mhtml2html": "./index.js"
},
"scripts": {
"prepublishOnly": "./node_modules/gulp/bin/gulp.js pre-publish"
},
"engines": {
"node": ">=4.3.2"
},
"author": "Mayank Sindwani",
"license": "MIT",
"homepage": "https://github.com/msindwan/mhtml2html#readme",
"dependencies": {
"btoa": "^1.1.2",
"jsdom": "^9.4.2",
"quoted-printable": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.6.5",
"babel-preset-env": "^1.6.1",
"babelify": "^7.3.0",
"browserify": "^14.5.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-minify": "0.0.14",
"gulp-mocha": "^3.0.1",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}