mirror of
https://github.com/mwilliamson/mammoth.js.git
synced 2024-12-08 15:14:29 +00:00
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"name": "mammoth",
|
|
"version": "0.3.5",
|
|
"author": "Michael Williamson <mike@zwobble.org>",
|
|
"description": "Convert Word documents to simple HTML",
|
|
"keywords": [
|
|
"docx",
|
|
"html",
|
|
"office",
|
|
"word"
|
|
],
|
|
"main": "./lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mwilliamson/mammoth.js.git"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "~1.1.0",
|
|
"sax": "~0.5.2",
|
|
"underscore": "~1.6.0",
|
|
"lop": "~0.2.8",
|
|
"async": "~0.2.6",
|
|
"nomnom": "~1.6.2",
|
|
"jszip": "~2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.8",
|
|
"browserify": "~3.33.0",
|
|
"license-sniffer": "~0.1.0",
|
|
"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"
|
|
}
|
|
]
|
|
}
|