-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 934 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
{
"name": "data-plumber",
"version": "1.0.14",
"description": "a nodeschool workshop for learning how to work with data",
"main": "index.js",
"bin": {
"data-plumber": "cli.js"
},
"author": "max ogden",
"license": "BSD",
"devDependencies": {},
"dependencies": {
"adventure": "^2.4.0",
"ansimd": "0.0.1",
"csv-parser": "^1.4.1",
"diff": "^1.0.8",
"excel-stream": "^1.0.7",
"gasket": "^1.1.2",
"jsonfilter": "^1.0.1",
"split": "^0.3.0",
"styled": "0.0.1",
"through": "^2.3.4",
"transform-uppercase": "^1.0.0",
"trim-object-stream": "^1.0.0",
"tuple-stream": "0.0.2",
"win-spawn": "^2.0.0",
"xml-json": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/data-plumber.git"
},
"bugs": {
"url": "https://github.com/maxogden/data-plumber/issues"
},
"homepage": "https://github.com/maxogden/data-plumber"
}