mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
20 lines
328 B
JSON
20 lines
328 B
JSON
{
|
|
"name": "pg-cursor",
|
|
"version": "0.2.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/"
|
|
},
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"pg.js": "~2.8.1",
|
|
"mocha": "~1.17.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|