diff options
Diffstat (limited to 'test/js/third_party/postgres/package.json')
-rw-r--r-- | test/js/third_party/postgres/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/js/third_party/postgres/package.json b/test/js/third_party/postgres/package.json new file mode 100644 index 000000000..90809f48f --- /dev/null +++ b/test/js/third_party/postgres/package.json @@ -0,0 +1,8 @@ +{ + "name": "postgres", + "dependencies": { + "pg": "8.11.1", + "postgres": "3.3.5", + "pg-connection-string": "2.6.1" + } +} |