-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 979 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
42
{
"name": "netl",
"version": "0.1.2",
"description": "Configurable node.js ETL tool",
"main": "index.js",
"copyright": 2018,
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"csv-parse": "^2.5.0",
"glob": "^7.1.2",
"jsonfile": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.includes": "^4.3.0",
"minimist": "^1.2.0",
"mysql": "^2.16.0",
"request": "^2.87.0"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-etl/netl.git"
},
"keywords": [
"node.js",
"etl",
"netl"
],
"author": "Zach Smith",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/node-etl/netl/issues"
},
"homepage": "https://github.com/node-etl/netl#readme"
}