forked from SheetJS/js-word
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 711 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 711 Bytes
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
{
"name": "xlsjs",
"version": "0.4.10",
"author": "sheetjs",
"description": "(one day) a full-featured XLS parser and writer. For now, primitive parser",
"keywords": [ "xls", "office", "excel", "spreadsheet" ],
"bin": {
"xls2csv": "./bin/xls2csv.njs"
},
"main": "./xls",
"dependencies": {
"cfb":">=0.6.0",
"ssf":"",
"codepage":"",
"commander":""
},
"devDependencies": {
"mocha":""
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xls.git" },
"scripts": {
"pretest": "git submodule init && git submodule update",
"test": "make mocha"
},
"bugs": { "url": "https://github.com/SheetJS/js-xls/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.4" }
}