node-postgres/package.json
Brian M. Carlson 0ebd4c3bbb Bump version
2013-10-23 17:11:49 -05:00

36 lines
778 B
JSON

{
"name": "pg-query-stream",
"version": "0.2.0",
"description": "Postgres query result returned as readable stream",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-pg-query-stream.git"
},
"keywords": [
"postgres",
"pg",
"query",
"stream"
],
"author": "Brian M. Carlson",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/brianc/node-pg-query-stream/issues"
},
"devDependencies": {
"pg.js": "~2.8.0",
"gonna": "0.0.0",
"lodash": "~2.2.1",
"concat-stream": "~1.0.1",
"through": "~2.3.4",
"stream-tester": "0.0.5",
"stream-spec": "~0.3.5",
"jsonstream": "0.0.1",
"JSONStream": "~0.7.1"
}
}