-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 975 Bytes
/
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
{
"name": "jsonstat-conv",
"version": "0.10.7",
"description": "JSON-stat Command Line Conversion Tools",
"homepage": "https://github.com/badosa/JSON-stat-conv",
"keywords": [
"conversion",
"util",
"jsonstat",
"stats",
"data",
"cube",
"opendata"
],
"bin": {
"jsonstat2array": "jsonstat2array",
"jsonstat2arrobj": "jsonstat2arrobj",
"jsonstat2object": "jsonstat2object",
"jsonstat2csv": "jsonstat2csv",
"csv2jsonstat": "csv2jsonstat",
"jsonstatslice": "jsonstatslice",
"jsonstat2jsonstat": "jsonstat2jsonstat",
"sdmx2jsonstat": "sdmx2jsonstat"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Xavier Badosa",
"url": "https://xavierbadosa.com"
},
"repository": {
"type": "git",
"url": "https://github.com/badosa/JSON-stat-conv.git"
},
"license": "Apache-2.0",
"dependencies": {
"jsonstat": "^0.13.9",
"jsonstat-utils": "^2.4.4",
"rw": "^1.3.3",
"yargs": "^6.6.0"
}
}