-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "data-loch",
"description": "Instructure Canvas Redshift Processor",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/data-loch.git"
},
"dependencies": {
"assert": "^1.4.1",
"async": "2.5.0",
"aws-sdk": "2.141.0",
"basic-auth": "2.0.0",
"bignum": "0.12.5",
"body-parser": "1.17.1",
"bunyan": "2.0.2",
"bunyan-prettystream": "0.1.3",
"config": "1.26.2",
"content-disposition": "0.5.2",
"cron": "1.3.0",
"csv-stringify": "latest",
"eslint": "6.7.2",
"express": "4.15.2",
"fast-csv": "2.4.0",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-eslint": "4.0.0",
"http": "latest",
"jsoncsv": "latest",
"lodash": "4.17.19",
"MD5": "latest",
"mixpanel": "latest",
"mixpanel-data-export": "latest",
"mixpanel-data-export-node": "latest",
"mocha": "^4.0.1",
"moment": "2.19.3",
"moment-timezone": "0.5.13",
"node-redshift": "0.1.5",
"request": "2.81.0",
"run-sequence": "2.2.0",
"s3-list-all-objects": "0.1.0",
"s3-upload-stream": "1.0.7",
"util": "latest",
"yargs": "8.0.2"
},
"engines": {
"node": "6.12.2"
},
"scripts": {
"pretest": "echo 'Clean up old artifacts before running tests'; rm -f logs/test.log",
"test": "gulp eslint && ./node_modules/.bin/mocha"
}
}