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