forked from adaltas/node-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.68 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "csv",
"version": "0.3.7",
"description": "CSV parser with simple api, full of options and tested against large datasets.",
"homepage": "http://www.adaltas.com/projects/node-csv/",
"bugs": "https://github.com/wdavidw/node-csv/issues",
"author": "David Worms <[email protected]> (http://www.adaltas.com)",
"contributors": [
"David Worms <[email protected]> (http://www.adaltas.com)",
"Will White (https://github.com/willwhite)",
"Justin Latimer (https://github.com/justinlatimer)",
"jonseymour (https://github.com/jonseymour)",
"pascalopitz (https://github.com/pascalopitz)",
"Josh Pschorr (https://github.com/jpschorr)",
"Elad Ben-Israel (https://github.com/eladb)",
"Philippe Plantier (https://github.com/phipla)",
"Tim Oxley (https://github.com/timoxley)",
"Damon Oehlman (https://github.com/DamonOehlman)",
"Alexandru Topliceanu (https://github.com/topliceanu)",
"Visup (https://github.com/visup)",
"Edmund von der Burg (https://github.com/evdb)",
"Douglas Christopher Wilson (https://github.com/dougwilson)",
"Joe Eaves (https://github.com/Joeasaurus)"
],
"licenses": [{
"type": "BSD",
"url": "https://github.com/wdavidw/node-csv/blob/master/LICENSE"
}],
"engines": {
"node": ">= 0.1.90"
},
"keywords": [
"node",
"parser",
"csv"
],
"repository": {
"type": "git",
"url": "https://github.com/wdavidw/node-csv.git"
},
"devDependencies": {
"coffee-script": "latest",
"mocha": "latest",
"should": "latest",
"each": "latest",
"mecano": "latest",
"iconv": "latest"
},
"dependencies": {},
"optionalDependencies": {},
"scripts": {
"test": "make test"
}
}