Skip to content

Commit ef63470

Browse files
committed
added package info for initial npm publish
1 parent 641752c commit ef63470

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)