forked from adaltas/node-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 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
{
"name": "csv",
"version": "0.0.11",
"description": "CSV parser with simple api, full of options and tested against large datasets.",
"author": "David Worms <david@adaltas.com>",
"contributors": [
"David Worms <david@adaltas.com>",
"Will White <https://github.com/willwhite>",
"Justin Latimer <https://github.com/justinlatimer>"
],
"engines": {
"node": ">= 0.1.90"
},
"keywords": [
"parser",
"csv"
],
"repository": {
"type": "git",
"url": "git://github.com/wdavidw/node-csv-parser.git"
},
"devDependencies": {
"expresso": "~0.9.2"
},
"dependencies": {},
"optionalDependencies": {},
"scripts": {
"test": "./node_modules/.bin/expresso ./test"
},
"homepage": "https://github.com/wdavidw/node-csv-parser"
}