forked from dmanjunath/node-redshift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 981 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
{
"name": "node-redshift",
"version": "0.1.5",
"description": "A simple collection of tools to help you get started with Amazon Redshift from node.js",
"main": "index.js",
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.19.2",
"commander": "^2.9.0",
"express": "^4.17.3",
"fs": "*",
"migrate": "^0.2.4",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"pg": "^6.4.2",
"pg-promise": "^10.11.1",
"pgpass": "^1.0.5",
"sql-bricks": "^1.2.3",
"underscore": "^1.13.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dmanjunath/node-redshift"
},
"devDependencies": {},
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"redshift",
"aws",
"node redshift",
"aws redshfit"
],
"bin": {
"node-redshift": "./bin/node-redshift"
},
"author": "Dheeraj Manjunath @dmanjunath",
"license": "MIT"
}