-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
62 lines (62 loc) · 1.29 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
55
56
57
58
59
60
61
62
{
"name": "empujar",
"version": "0.2.24",
"description": "When you need to push data around, you push it. Push it real good. An ETL and Operations tool.",
"main": "index.js",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/taskrabbit/empujar.git"
},
"keywords": [
"data",
"big",
"bigdata",
"redshift",
"amazon",
"mysql",
"aurora",
"ftp",
"elasticsearch",
"etl",
"elt",
"job",
"transform",
"parallel",
"snowflake"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/taskrabbit/empujar/issues"
},
"homepage": "https://github.com/taskrabbit/empujar",
"dependencies": {
"async": "^2.1.1",
"aws-sdk": "^2.10.0",
"dateformat": "^2.0.0",
"elasticsearch": "^15.4.0",
"filesize": "^3.4.1",
"ftp": "^0.3.10",
"glob": "^7.1.1",
"is-running": "^2.0.1",
"mkdirp": "^0.5.0",
"mysql": "^2.6.1",
"optimist": "^0.6.1",
"pg": "^6.1.0",
"request": "^2.76.0",
"s3-upload-stream": "^1.0.7",
"snowflake-sdk": "1.5.3",
"utf8": "^2.1.2",
"winston": "^1.0.0"
},
"devDependencies": {
"mocha": "^3.0.0",
"should": "^11.1.1"
}
}