forked from matteofigus/nice-json2csv
-
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) · 769 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 769 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": "nice-json2csv",
"version": "0.2.0",
"description": "A simple json2csv converter + Express csv utility",
"author": "Matteo Figus <matteofigus@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/matteofigus/nice-json2csv.git"
},
"bugs": {
"url": "https://github.com/matteofigus/nice-json2csv/issues"
},
"keywords": [
"csv",
"json",
"json2csv",
"excel",
"res.csv",
"express"
],
"main": "index",
"engines": {
"node": ">=0.6.x",
"npm": ">=1.1.x"
},
"dependencies": {
"underscore": "1.5.2"
},
"devDependencies": {
"should": "1.0.0",
"express": "3.4.4",
"superagent": "",
"mocha": ""
},
"scripts": {
"test": "mocha"
}
}