Skip to content

Commit

Permalink
added package info for initial npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Nov 3, 2010
1 parent 641752c commit ef63470
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
@@ -0,0 +1,14 @@
{ "name": "pg",
"version": "0.0.1",
"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" : "node .test/run.js" },
"engines" : { "node": ">= 0.2.2" }
}

0 comments on commit ef63470

Please sign in to comment.