-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 828 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 828 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
29
30
31
32
33
34
35
36
37
{
"name": "excel-push-pull",
"version": "0.1.3",
"description": "Push/Pull lines of data to/from an excel xlsx",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/xdfcn/excel-push-pull"
},
"keywords": [
"node",
"excel",
"xlsx"
],
"scripts": {
"test": "mocha test -R spec -r should"
},
"author": "idy0013@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdfcn/excel-push-pull/issues"
},
"homepage": "https://github.com/xdfcn/excel-push-pull",
"dependencies": {
"archiver": "^0.10.1",
"concat-stream": "^1.4.6",
"debug": "^1.0.4",
"extend": "^1.3.0",
"pullstream": "^0.4.0",
"unzip": "^0.1.9",
"xml2json": "^0.5.0"
},
"devDependencies": {
"mocha": "^1.21.3",
"should": "^4.0.4"
}
}