forked from iwsllc/json-csv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 834 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
{
"name": "json-csv",
"version": "1.3.0",
"description": "Export a richly structured, JSON array to CSV",
"homepage": "https://github.com/IWSLLC/json-csv",
"author": "Nathan Bridgewater <[email protected]> (http://iws.io/)",
"keywords": [
"csv",
"export",
"json"
],
"repository": {
"type": "git",
"url": "[email protected]:IWSLLC/json-csv.git"
},
"main": "./index.js",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"mocha": "^2.4.5",
"should": "^8.3.0"
},
"bugs": {
"url": "https://github.com/IWSLLC/json-csv/issues"
},
"directories": {
"test": "test"
},
"dependencies": {
"concat-stream": "^1.5.1",
"event-stream": "^3.3.2",
"lodash": "^4.7.0"
},
"scripts": {
"test": "mocha"
},
"license": "BSD-3"
}