mammoth-style
Version:
Convert Word documents (.docx files) to HTML (with style)
54 lines (53 loc) • 1.14 kB
JSON
{
"name": "mammoth-style",
"version": "0.0.3",
"author": "Go7hic",
"description": "",
"keywords": [
"docx",
"html",
"office",
"word",
"markdown",
"md",
"colors"
],
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/dyygtfx/mammoth-style.git"
},
"dependencies": {
"bluebird": "~3.4.0",
"sax": "~1.1.1",
"underscore": "~1.6.0",
"lop": "~0.4.0",
"argparse": "~1.0.3",
"jszip": "~2.5.0",
"xmlbuilder": "~2.6.4",
"path-is-absolute": "^1.0.0",
"clone": "~1.0.2"
},
"devDependencies": {
"mocha": "~2.2.5",
"browserify": "~13.0.1",
"browserify-prepend-licenses": "~1.0.0",
"duck": "~0.1.11",
"uglify-js": "~2.4.8",
"temp": "~0.7.0",
"eslint": "2.13.1"
},
"browser": {
"./lib/unzip.js": "./browser/unzip.js",
"./lib/docx/files.js": "./browser/docx/files.js"
},
"bin": {
"mammoth": "bin/mammoth"
},
"scripts": {
"pretest": "eslint lib tests",
"test": "mocha 'test/**/*.tests.js'",
"prepublish": "make mammoth.browser.min.js"
},
"license": "BSD-2-Clause"
}