2010-11-03 14:52:27 +08:00
|
|
|
{ "name": "pg",
|
2011-03-08 11:42:35 +08:00
|
|
|
"version": "0.2.8",
|
|
|
|
"description": "PostgreSQL client",
|
2010-11-03 14:52:27 +08:00
|
|
|
"homepage": "http://github.com/brianc/node-postgres",
|
|
|
|
"repository" : {
|
|
|
|
"type" : "git",
|
|
|
|
"url" : "git://github.com/brianc/node-postgres.git"
|
|
|
|
},
|
|
|
|
"author" : "Brian Carlson <brian.m.carlson@gmail.com>",
|
|
|
|
"main" : "./lib/index",
|
|
|
|
"directories" : { "lib" : "./lib" },
|
2011-01-19 01:00:47 +08:00
|
|
|
"scripts" : { "test" : "make test" },
|
2010-11-03 14:52:27 +08:00
|
|
|
"engines" : { "node": ">= 0.2.2" }
|
|
|
|
}
|