mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
21 lines
349 B
JSON
21 lines
349 B
JSON
{
|
|
"name": "node-pg-cursor",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "BSD",
|
|
"devDependencies": {
|
|
"gonna": "0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"pg.js": "~2.7.0"
|
|
}
|
|
}
|