{
    "name": "mammoth-plus",
    "version": "2.0.2",
    "author": "heweifeng <iheweifeng@gmail.com>",
    "description": "Convert Word documents from docx to rich HTML and Markdown",
    "keywords": [
        "docx",
        "html",
        "office",
        "word",
        "math",
        "MathML",
        "style",
        "markdown",
        "md"
    ],
    "main": "./dist/mammoth-plus.min.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/ihwf/mammoth-plus"
    },
    "dependencies": {
        "argparse": "~1.0.3",
        "bluebird": "~3.4.0",
        "clone": "^2.1.2",
        "dingbat-to-unicode": "^1.0.1",
        "jszip": "^3.7.1",
        "lop": "^0.4.1",
        "omml2mathml": "^1.3.0",
        "path-is-absolute": "^1.0.0",
        "sax": "~1.1.1",
        "underscore": "^1.13.1",
        "xmlbuilder": "^10.0.0",
        "xmldom": "^0.6.0"
    },
    "devDependencies": {
        "browserify": "~13.0.1",
        "browserify-prepend-licenses": "~1.0.0",
        "duck": "^0.1.12",
        "eslint": "2.13.1",
        "hamjest": "2.13.0",
        "mocha": "~2.2.5",
        "temp": "^0.9.4",
        "uglify-js": "~3.17.4"
    },
    "browser": {
        "./lib/unzip.js": "./browser/unzip.js",
        "./lib/docx/files.js": "./browser/docx/files.js"
    },
    "bin": {
        "mammoth-plus": "bin/mammoth-plus"
    },
    "scripts": {
        "pretest": "eslint lib test",
        "test": "mocha 'test/**/*.tests.js'",
        "prepare": "make mammoth-plus.min.js"
    },
    "license": "BSD-2-Clause"
}
