node-postgres/package.json

15 lines
434 B
JSON
Raw Normal View History

{ "name": "pg",
2011-03-08 11:42:35 +08:00
"version": "0.2.8",
"description": "PostgreSQL client",
"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" },
"scripts" : { "test" : "make test" },
"engines" : { "node": ">= 0.2.2" }
}