forked from mwilliamson/mammoth.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 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
45
46
47
48
49
50
51
{
"name": "mammoth",
"version": "0.2.0-dev",
"author": "Michael Williamson <[email protected]>",
"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": {
"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",
"xtend": "~2.1.2",
"slash": "~0.1.1"
},
"devDependencies": {
"mocha": "~1.8",
"browserify": "~3.18.0",
"license-sniffer": "~0.1.0",
"duck": "~0.1.11",
"uglify-js": "~2.4.8"
},
"browser": {
"./lib/unzip.js": "./browser/unzip.js"
},
"scripts": {
"test": "mocha tests"
},
"licenses": [
{
"type": "BSD",
"url": "http://opensource.org/licenses/BSD-2-Clause"
}
]
}