Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris-van-der-Wel committed Sep 4, 2015
1 parent 1c2a1e7 commit 7e9a4ec
Showing 1 changed file with 39 additions and 41 deletions.
80 changes: 39 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,40 @@
{
"name": "pg-large-object",
"version": "0.0.1",
"author": "Joris van der Wel <[email protected]>",
"description": "Large object support for PostgreSQL clients (node-postgres)",
"keywords": [
"big object",
"binary",
"database",
"file",
"pg",
"postgres",
"stream",
"sql"
],
"bugs": {
"url": "https://github.com/Joris-van-der-Wel/node-pg-large-object/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/Joris-van-der-Wel/node-pg-large-object/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/Joris-van-der-Wel/node-pg-large-object.git"
},

"main": "./lib",
"dependencies": {
},
"peerDependencies": {
"pg": ">=2.7.0"
},
"devDependencies": {
"pg": ">=2.11.1",
"nodeunit": ">=0.8.6",
"q": "1.0.1"
},
"scripts": {
"test": "nodeunit ./test/index.js"
}
}
"name": "pg-large-object",
"version": "1.0.0",
"author": "Joris van der Wel <[email protected]>",
"description": "Large object support for PostgreSQL clients (node-postgres)",
"keywords": [
"big object",
"binary",
"database",
"file",
"pg",
"postgres",
"stream",
"sql"
],
"bugs": {
"url": "https://github.com/Joris-van-der-Wel/node-pg-large-object/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/Joris-van-der-Wel/node-pg-large-object/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/Joris-van-der-Wel/node-pg-large-object.git"
},
"main": "./lib",
"dependencies": {},
"peerDependencies": {
"pg": ">=2.7.0"
},
"devDependencies": {
"pg": ">=2.11.1",
"nodeunit": ">=0.8.6",
"q": "1.0.1"
},
"scripts": {
"test": "nodeunit ./test/index.js"
}
}

0 comments on commit 7e9a4ec

Please sign in to comment.