forked from zemirco/json2csv-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 801 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 801 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
{
"name": "json2csv-stream",
"version": "0.1.4",
"description": "Transform stream data from json to csv",
"main": "index.js",
"dependencies": {
"async": "^2.1.5"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.2.0",
"benchmark": "~1.0.0",
"mocha": "~1.8.2",
"grunt-mocha-test": "~0.2.0",
"should": "~1.2.2",
"json2csv": "~2.0.0"
},
"optionalDependencies": {
"readable-stream": "~1.0.2"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/zeMirco/json2csv-stream"
},
"keywords": [
"json",
"csv",
"stream",
"parse",
"json2csv",
"convert",
"transform"
],
"author": "Mirco Zeiss <mirco.zeiss@gmail.com>",
"license": "MIT"
}