UNPKG

node-easy-docx

Version:

NodeJs library to parse docx file content into JSON format.

33 lines (32 loc) 718 B
{ "name": "node-easy-docx", "version": "0.1.3", "description": "NodeJs library to parse docx file content into JSON format.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/saikksub/easy-docx.git" }, "keywords": [ "docx", "xml", "JSON", "office", "document", "word", "ooxml" ], "author": "saikksub <saikksub@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/saikksub/easy-docx/issues" }, "homepage": "https://github.com/saikksub/easy-docx#readme", "dependencies": { "jszip": "^3.2.1", "xml-js": "^1.6.11" } }