mammoth.js/package.json
2015-04-08 18:15:32 +01:00

54 lines
1.1 KiB
JSON

{
"name": "mammoth",
"version": "0.3.18",
"author": "Michael Williamson <mike@zwobble.org>",
"description": "Convert Word documents from docx to simple HTML and Markdown",
"keywords": [
"docx",
"html",
"office",
"word",
"markdown",
"md"
],
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mwilliamson/mammoth.js.git"
},
"dependencies": {
"bluebird": "~2.3.11",
"sax": "~0.5.2",
"underscore": "~1.6.0",
"lop": "~0.2.8",
"async": "~0.2.6",
"nomnom": "~1.6.2",
"jszip": "~2.4.0"
},
"devDependencies": {
"mocha": "~2.1",
"browserify": "~3.33.0",
"license-sniffer": "~0.1.2",
"duck": "~0.1.11",
"uglify-js": "~2.4.8",
"temp": "~0.7.0",
"jshint": "^2.5.2"
},
"browser": {
"./lib/unzip.js": "./browser/unzip.js"
},
"bin": {
"mammoth": "bin/mammoth"
},
"scripts": {
"pretest": "jshint lib tests",
"test": "mocha tests --recursive"
},
"licenses": [
{
"type": "BSD",
"url": "http://opensource.org/licenses/BSD-2-Clause"
}
]
}