forked from dominictarr/excel-stream
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 785 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 785 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": "excel-stream",
"description": "convert a stream of xls or xlsx into json on the command line or in node",
"version": "1.1.1",
"bin": "index.js",
"homepage": "https://github.com/dominictarr/excel-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/excel-stream.git"
},
"dependencies": {
"JSONStream": "^1.0.4",
"concat-stream": "^1.4.6",
"csv-stream": ">0.1.3",
"duplexer": "~0.1.1",
"j": "^0.4.3",
"minimist": "^1.1.1",
"through": "~2.3.4",
"win-spawn": "^2.0.0",
"tmp": "^0.0.29"
},
"devDependencies": {},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}