mhtml2html
Version:
Converts .mhtml to a single .html page.
46 lines (45 loc) • 992 B
JSON
{
"name": "mhtml2html",
"version": "1.0.4",
"description": "Converts .mhtml to a single .html page.",
"repository": {
"type": "git",
"url": "git+https://msindwan@bitbucket.org/msindwan/mhtml2html.git"
},
"main": "dist/mhtml2html-min.js",
"bin": {
"mhtml2html": "./index.js"
},
"engines": {
"node": ">=4.3.2"
},
"author": "Mayank Sindwani",
"license": "MIT",
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"btoa": "^1.1.2",
"jsdom": "^9.4.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.6.5",
"babelify": "^7.2.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint-plugin-react": "^6.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-minify": "0.0.14",
"gulp-mocha": "^3.0.1"
}
}