node-postgres/package.json
2011-01-27 15:10:45 +01:00

15 lines
450 B
JSON

{ "name": "pg",
"version": "0.2.6",
"description": "Pure JavaScript 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" }
}