html-docx-js
Version:
Converts HTML documents to DOCX in the browser
33 lines (32 loc) • 620 B
JSON
{
"name": "html-docx-js",
"version": "0.3.1",
"description": "Converts HTML documents to DOCX in the browser",
"repository": {
"type": "git",
"url": "git://github.com/evidenceprime/html-docx-js.git"
},
"main": "dist/html-docx.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"docx",
"browser",
"html"
],
"authors": [
"Artur Nowak <artur.nowak@evidenceprime.com>",
"Ievgen Martynov <ievgen.martynov@evidenceprime.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}