-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·41 lines (41 loc) · 933 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
38
39
40
41
{
"name": "xml2csv",
"version": "0.0.1",
"description": "commond-line utilities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wk0206/xml2csv.git"
},
"keywords": [
"xml",
"to",
"csv"
],
"author": "Kang Wang <wk0206@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wk0206/xml2csv/issues"
},
"dependencies": {
"chalk": "~0.4.0",
"commander": "~2.2.0",
"formidable": ">= 1.0.17",
"libxmljs": "^0.18.0",
"mkdirp": ">= 0.5.1",
"querystring": ">= 0.2.0",
"request": "~2.36.0",
"synchronize": ">= 0.9.15",
"traverse": ">= 0.6.6",
"xml2json": ">= 0.9.1"
},
"homepage": "https://github.com/wk0206/xml2csv#readme",
"devDependencies": {},
"bin": {
"xml2csv": "xml2csv.js"
}
}