forked from C2FO/fast-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 950 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
41
{
"name": "fast-csv",
"version": "0.5.4",
"description": "CSV parser and writer",
"main": "index.js",
"scripts": {
"test": "grunt jshint it"
},
"repository": {
"type": "git",
"url": "[email protected]:C2FO/fast-csv.git"
},
"keywords": [
"csv",
"parser",
"fast",
"writer",
"csv writer",
"CSV"
],
"homepage": "http://c2fo.github.com/fast-csv/index.html",
"author": "Doug Martin",
"license": "MIT",
"devDependencies": {
"it": "~0.2.6",
"grunt-it": "~0.3.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-exec": "^0.4.5",
"event-stream": "^3.1.7"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"is-extended": "0.0.10",
"object-extended": "0.0.7",
"extended": "0.0.6",
"string-extended": "0.0.8"
}
}