mammoth.js/package.json
2013-04-14 12:38:37 +01:00

30 lines
782 B
JSON

{
"name": "mammoth",
"version": "0.1.0",
"author": "Michael Williamson <mike@zwobble.org>",
"description": "Convert Word documents to simple HTML",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mwilliamson/mammoth.js.git"
},
"dependencies": {
"q": "~0.9.2",
"sax": "~0.5.2",
"underscore": "~1.4.4",
"lop": "~0.2.8",
"unzip": "~0.1.7",
"optimist": "~0.3.5",
"connect": "~2.7.3",
"dustjs-linkedin": "~1.2.1",
"async": "~0.2.6",
"buffers": "~0.1.1",
"stream-buffers": "~0.2.4"
},
"devDependencies": {
"mocha": "~1.8",
"browserify": "~2.12.0",
"license-sniffer": "~0.1.0"
}
}