This repository was archived by the owner on Dec 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.51 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.51 KB
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
{
"name": "s3toadl",
"version": "0.0.1",
"description": "Move Data from S3 to Azure Data Lake",
"main": "index.js",
"typings": "src/index",
"dependencies": {
"async-await-parallel": "^1.0.0",
"aws-sdk": "^2.88.0",
"azure-arm-datalake-store": "^2.1.0-preview",
"express": "^4.15.4",
"express-generator": "^4.15.0",
"fs": "^0.0.1-security",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.2.1",
"hoek": "^4.2.1",
"js-yaml": "^2.0.5",
"mock-aws-s3": "^2.5.1",
"moment": "^2.19.3",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"redis": "^2.8.0",
"rimraf": "^2.6.1",
"sinon": "^3.0.0",
"socket.io": "^2.0.3",
"tslint": "^5.5.0",
"uglify-js": "^2.6.0",
"watchjs": "0.0.0",
"winston": "^2.3.1"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^2.2.48",
"@types/node": "^8.0.0",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"typescript": "^2.8.3"
},
"scripts": {
"test": "mocha lib/test/**/**.js --reporter spec",
"lint": "tslint */*.ts -t verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CatalystCode/S3-to-adl-data-transfer.git"
},
"keywords": [
"DataLake",
"S3",
"Azure"
],
"author": "ilanak",
"license": "MIT",
"bugs": {
"url": "https://github.com/CatalystCode/S3-to-adl-data-transfer/issues"
},
"homepage": "https://github.com/CatalystCode/S3-to-adl-data-transfer#readme"
}