-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "docx-converter",
"version": "0.3.0",
"description": "Convert from .docx to JSON.",
"main": "w2j.js",
"scripts": {
"shakespeare": "./2leo.js input/shakespeare output/shakespeare shakespearetoleo",
"countries": "./2leo.js input/countries output/countries countriestoleo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"XSL",
"Word",
"docx",
"json"
],
"repository": {
"type": "git",
"url": "https://github.com/kaleguy/docx2json.git"
},
"author": "kaleguy",
"license": "MIT",
"dependencies": {
"async": "^3.1.0",
"data-uri": "0.0.3",
"datauri": "^2.0.0",
"extract-zip": "^1.6.7",
"file-exists": "^5.0.1",
"file-extension": "^4.0.5",
"format-json": "^1.0.3",
"fs-extra": "^8.1.0",
"gfm-table": "^0.1.0",
"java": "^0.12.0",
"lodash": "^4.13.1",
"minimist": "^1.2.0",
"mv": "^2.1.1",
"q": "^1.5.1",
"xmldom": "^0.1.27",
"xslt4node": "^0.3.2"
},
"devDependencies": {
"jsdoc": "^3.4.0"
}
}