We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641752c commit ef63470Copy full SHA for ef63470
package.json
@@ -0,0 +1,14 @@
1
+{ "name": "pg",
2
+ "version": "0.0.1",
3
+ "description": "Pure JavaScript PostgreSQL client",
4
+ "homepage": "http://github.com/brianc/node-postgres",
5
+ "repository" : {
6
+ "type" : "git",
7
+ "url" : "git://github.com/brianc/node-postgres.git"
8
+ },
9
+ "author" : "Brian Carlson <brian.m.carlson@gmail.com>",
10
+ "main" : "./lib/index",
11
+ "directories" : { "lib" : "./lib" },
12
+ "scripts" : { "test" : "node .test/run.js" },
13
+ "engines" : { "node": ">= 0.2.2" }
14
+}
0 commit comments