-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 868 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
{
"name": "cockroachdb",
"version": "1.0.3",
"description": "CockroachDB client - pure javascript & libpq with the same API, forked from brianc/node-postgres.",
"keywords": [
"cockroachdb",
"nodejs",
"newsql"
],
"homepage": "http://github.com/Txiaozhe/cockroachdb",
"repository": {
"type": "git",
"url": "git://github.com/Txiaozhe/cockroachdb.git"
},
"author": "Txiaozhe <txiaozhe@gmail.com>",
"main": "./lib",
"dependencies": {
"buffer-writer": "1.0.1",
"packet-reader": "0.3.1",
"pg-connection-string": "0.1.3",
"pg-types": "~1.12.1",
"pgpass": "1.x",
"semver": "4.3.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"pg-copy-streams": "0.3.0"
},
"minNativeVersion": "2.0.0",
"scripts": {
"test": "make test-all"
},
"license": "MIT",
"engines": {
"node": ">= 4.5.0"
}
}